Html Css Color HEX #004F91 Dark Cerulean

📋 copy color: '#004F91'

red 0 ◦ green 79 ◦ blue 145

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

Shades of Dark Cerulean #004F91

Tints of Dark Cerulean #004F91

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.27%

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

R = 0%
G = 35.27%
B = 64.73%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004F91 (or 0x004F91) is known color: Dark Cerulean. HEX triplet: 00, 4F and 91. RGB value is (0,79,145). Sum of RGB (Red+Green+Blue) = 0+79+145=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #004F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004F91 is #FFB06E. Grayscale: #3E3E3E. Windows color (decimal): -16756847 or 9522944. OLE color: 9522944.

HSL color Cylindrical-coordinate representation of color #004F91: hue angle of 207.31º 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 #004F91 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 79 145 -
CMYK 1 0.46 0 0.43
HSL 207.31º 1% 0.28% -
HSV(B) 207.31º 1% 0.57% -
XYZ 7.91 7.64 27.85 -
YUV 62.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 0 79 145 1 0.46 0 0.43 207.31 1 0.28
Hex 0 4F 91 64 2E 0 2B CF 64 1C
Octal 0 117 221 144 56 0 53 317 144 34
Binary 0 1001111 10010001 1100100 101110 0 101011 11001111 1100100 11100

Color Harmonies of #004F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F91

Black with #004F91

Text Example


Text Example

White with #004F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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