Html Css Color HEX #004991 Dark Cerulean

📋 copy color: '#004991'

red 0 ◦ green 73 ◦ blue 145

#004991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #004991

Tints of Dark Cerulean #004991

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 145 (57.03% from 255) = 66.51%

R = 0%
G = 33.49%
B = 66.51%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#004991 (or 0x004991) is known color: Dark Cerulean. HEX triplet: 00, 49 and 91. RGB value is (0,73,145). Sum of RGB (Red+Green+Blue) = 0+73+145=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #004991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004991 is #FFB66E. Grayscale: #3B3B3B. Windows color (decimal): -16758383 or 9521408. OLE color: 9521408.

HSL color Cylindrical-coordinate representation of color #004991: hue angle of 209.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004991 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 73 145 -
CMYK 1 0.50 0 0.43
HSL 209.79º 1% 0.28% -
HSV(B) 209.79º 1% 0.57% -
XYZ 7.49 6.81 27.71 -
YUV 59.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 0 73 145 1 0.50 0 0.43 209.79 1 0.28
Hex 0 49 91 64 32 0 2B D2 64 1C
Octal 0 111 221 144 62 0 53 322 144 34
Binary 0 1001001 10010001 1100100 110010 0 101011 11010010 1100100 11100

Color Harmonies of #004991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004991

Black with #004991

Text Example


Text Example

White with #004991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004991; }

 p { color: rgb(0,73,145); }

 H1.HeaderClassName
 {
   color: #004991;
 }
 .AnyTagClassName
 {
   color: #004991;
 }
</style>

background-color css

<style>
 a { background-color: #004991; }

 a { background-color: rgb(0,73,145); }

 div.DivClassName
 {
   background-color: #004991;
 }
 .BgClassName
 {
   background-color: #004991;
 }
</style>

border-color css

<style>
 span { border-color: #004991; }

 span { border-color: rgb(0,73,145); }

 td.TdClassName
 {
   border-color: #004991;
 }
 .TagClassName
 {
   border-color: #004991;
 }
</style>