Html Css Color HEX #004F81 Dark Cerulean

📋 copy color: '#004F81'

red 0 ◦ green 79 ◦ blue 129

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

Shades of Dark Cerulean #004F81

Tints of Dark Cerulean #004F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 62.02%

R = 0%
G = 37.98%
B = 62.02%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004F81 (or 0x004F81) is known color: Dark Cerulean. HEX triplet: 00, 4F and 81. RGB value is (0,79,129). Sum of RGB (Red+Green+Blue) = 0+79+129=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #004F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004F81 is #FFB07E. Grayscale: #3C3C3C. Windows color (decimal): -16756863 or 8474368. OLE color: 8474368.

HSL color Cylindrical-coordinate representation of color #004F81: hue angle of 203.26º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F81 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 79 129 -
CMYK 1 0.39 0 0.49
HSL 203.26º 1% 0.25% -
HSV(B) 203.26º 1% 0.51% -
XYZ 6.76 7.18 21.8 -
YUV 61.08 166.33 84.43 -
System Red Green Blue C M Y K H S L
Decimal 0 79 129 1 0.39 0 0.49 203.26 1 0.25
Hex 0 4F 81 64 27 0 31 CB 64 19
Octal 0 117 201 144 47 0 61 313 144 31
Binary 0 1001111 10000001 1100100 100111 0 110001 11001011 1100100 11001

Color Harmonies of #004F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F81

Black with #004F81

Text Example


Text Example

White with #004F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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