Hex #193c50 Color

#193c50
equivalent to

RGB

(25, 60, 80)

Details of #193c50

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
25
3.4647
0.56
0.69
23.7295
4.0176
202°
20.0439
60
4.0176
0.52
0.25
-5.4620
0.2212
69°
-4.2217
80
8.1823
0.21
0.00   0.69
-15.8994
0.2565
31°
-10.1639

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001
31
25
19
Green
111100
74
60
3C
Blue
1010000
120
80
50

RGB in % of #193c50

%15.15
%36.36
%48.48

CMYK in % of #193c50

%69
%25
%0
%69

Triads of color #193c50

#193c50 #3c5019 #501950

Similar Colors to #193c50

#193c50 #195049 #192150

Preview Color #193c50 on black ground

#193c50 is very interesting for text.

Preview Color #193c50 on white ground

#193c50 is very interesting for text.

CSS Codes #193c50 color

.mybgcolor {background-color:#193c50; }
.myforecolor {color:#193c50; }
.mybordercolor {border:3px solid #193c50; }

Text Font Color #193c50

<p style="color:#193c50">Text here</p>

This sample text font color is #193c50
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #193c50

<div style="background-color:#193c50">
Div content here</div>

This div background color is #193c50


Border Color #193c50

<div style="border:3px solid #193c50">
Div here</div>

The color of this border is #193c50


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #193c50; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #193c50;
-webkit-box-shadow: 1px 1px 3px 2px #193c50;
box-shadow:         1px 1px 3px 2px #193c50; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #193c50">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #193c50;
  -webkit-box-shadow: 1px 1px 3px 2px #193c50;
  box-shadow:         1px 1px 3px 2px #193c50;">
Div content here</div>

The shadow of div box using color #193c50