Html Css Color HEX #004972 Dark Cerulean

📋 copy color: '#004972'

red 0 ◦ green 73 ◦ blue 114

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

Shades of Dark Cerulean #004972

Tints of Dark Cerulean #004972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 0%
G = 39.04%
B = 60.96%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004972 (or 0x004972) is known color: Dark Cerulean. HEX triplet: 00, 49 and 72. RGB value is (0,73,114). Sum of RGB (Red+Green+Blue) = 0+73+114=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #004972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004972 is #FFB68D. Grayscale: #373737. Windows color (decimal): -16758414 or 7489792. OLE color: 7489792.

HSL color Cylindrical-coordinate representation of color #004972: hue angle of 201.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004972 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 73 114 -
CMYK 1 0.36 0 0.55
HSL 201.58º 1% 0.22% -
HSV(B) 201.58º 1% 0.45% -
XYZ 5.42 5.98 16.79 -
YUV 55.85 160.82 88.17 -
System Red Green Blue C M Y K H S L
Decimal 0 73 114 1 0.36 0 0.55 201.58 1 0.22
Hex 0 49 72 64 24 0 37 CA 64 16
Octal 0 111 162 144 44 0 67 312 144 26
Binary 0 1001001 1110010 1100100 100100 0 110111 11001010 1100100 10110

Color Harmonies of #004972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004972

Black with #004972

Text Example


Text Example

White with #004972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004972; }

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

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

background-color css

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

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

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

border-color css

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

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

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