Hex #104e8b Color

#104e8b
equivalent to

RGB

(16, 78, 139)

Details of #104e8b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
16
7.5983
0.58
0.88
32.7511
7.4230
210°
27.2452
78
7.4230
0.79
0.44
5.2574
0.1877
88°
2.1019
139
25.4584
0.30
0.00   0.45
-39.1585
0.1834
55°
-36.3099

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000
20
16
10
Green
1001110
116
78
4E
Blue
10001011
213
139
8B

RGB in % of #104e8b

%6.87
%33.48
%59.66

CMYK in % of #104e8b

%88
%44
%0
%45

Triads of color #104e8b

#104e8b #4e8b10 #8b108b

Similar Colors to #104e8b

#104e8b #108b8b #10118b

Preview Color #104e8b on black ground

#104e8b is very interesting for text.

Preview Color #104e8b on white ground

#104e8b is very interesting for text.

CSS Codes #104e8b color

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

Text Font Color #104e8b

<p style="color:#104e8b">Text here</p>

This sample text font color is #104e8b
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 #104e8b

<div style="background-color:#104e8b">
Div content here</div>

This div background color is #104e8b


Border Color #104e8b

<div style="border:3px solid #104e8b">
Div here</div>

The color of this border is #104e8b


Examples Css3

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

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 #104e8b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #104e8b