Html Css Color HEX #024772 Dark Cerulean

📋 copy color: '#024772'

red 2 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #024772

Tints of Dark Cerulean #024772

RGB

 RED value IS 2 (1.17% from 255) = 1.07%

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

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

R = 1.07%
G = 37.97%
B = 60.96%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024772 (or 0x024772) is known color: Dark Cerulean. HEX triplet: 02, 47 and 72. RGB value is (2,71,114). Sum of RGB (Red+Green+Blue) = 2+71+114=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 71 (28.12% from 255 or 37.97% 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 #024772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024772 is #FDB88D. Grayscale: #373737. Windows color (decimal): -16627854 or 7489282. OLE color: 7489282.

HSL color Cylindrical-coordinate representation of color #024772: hue angle of 203.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024772 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 71 114 -
CMYK 0.98 0.38 0 0.55
HSL 203.04º 0.97% 0.23% -
HSV(B) 203.04º 0.98% 0.45% -
XYZ 5.32 5.73 16.75 -
YUV 55.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 2 71 114 0.98 0.38 0 0.55 203.04 0.97 0.23
Hex 2 47 72 62 26 0 37 CB 61 17
Octal 2 107 162 142 46 0 67 313 141 27
Binary 10 1000111 1110010 1100010 100110 0 110111 11001011 1100001 10111

Color Harmonies of #024772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024772

Black with #024772

Text Example


Text Example

White with #024772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024772; }

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

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

background-color css

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

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

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

border-color css

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

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

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