Hex #004499 Color

#004499
equivalent to

RGB

(0, 68, 153)

Details of #004499

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
0
7.8169
0.59
1.00
30.4824
6.4342
213°
25.3656
68
6.4342
1.00
0.56
17.0828
0.1729
100°
10.6183
153
30.9669
0.30
0.00   0.40
-51.3832
0.1423
60°
-54.6002

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
0
0
0
0
Green
1000100
104
68
44
Blue
10011001
231
153
99

RGB in % of #004499

%0.00
%30.77
%69.23

CMYK in % of #004499

%100
%56
%0
%40

Triads of color #004499

#004499 #449900 #990099

Similar Colors to #004499

#004499 #009199 #080099

Preview Color #004499 on black ground

#004499 is very interesting for text.

Preview Color #004499 on white ground

#004499 is very interesting for text.

CSS Codes #004499 color

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

Text Font Color #004499

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

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

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

This div background color is #004499


Border Color #004499

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

The color of this border is #004499


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #004499