Html Css Color HEX #004772 Dark Cerulean

📋 copy color: '#004772'

red 0 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #004772

Tints of Dark Cerulean #004772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

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

R = 0%
G = 38.38%
B = 61.62%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004772 (or 0x004772) is known color: Dark Cerulean. HEX triplet: 00, 47 and 72. RGB value is (0,71,114). Sum of RGB (Red+Green+Blue) = 0+71+114=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #004772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004772 is #FFB88D. Grayscale: #363636. Windows color (decimal): -16758926 or 7489280. OLE color: 7489280.

HSL color Cylindrical-coordinate representation of color #004772: hue angle of 202.63º 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 #004772 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 71 114 -
CMYK 1 0.38 0 0.55
HSL 202.63º 1% 0.22% -
HSV(B) 202.63º 1% 0.45% -
XYZ 5.29 5.72 16.75 -
YUV 54.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 0 71 114 1 0.38 0 0.55 202.63 1 0.22
Hex 0 47 72 64 26 0 37 CB 64 16
Octal 0 107 162 144 46 0 67 313 144 26
Binary 0 1000111 1110010 1100100 100110 0 110111 11001011 1100100 10110

Color Harmonies of #004772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004772

Black with #004772

Text Example


Text Example

White with #004772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004772; }

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

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

background-color css

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

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

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

border-color css

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

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

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