#024872

Color #024872 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #024872

Tints of Dark Cerulean #024872

Color information

#024872 (or 0x024872) is unknown color: approx Dark Cerulean. HEX triplet: 02, 48 and 72. RGB value is (2,72,114). Sum of RGB (Red+Green+Blue) = 2+72+114=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #024872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024872 is #FDB78D. Grayscale: #373737. Windows color (decimal): -16627598 or 7489538. OLE color: 7489538.

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

Color convert

RGB272114-
CMYK0.980.3700.55
HSL202.5º96.55%22.75%-
HSV(B)202.5º98.25%44.71%-
XYZ5.385.8616.77-
YUV55.86160.8189.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=1.06%
G=38.30%
B=60.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2721140.980.3700.55202.596.5522.75
Hex248726225037ca6117
Octal21101621424506731214127
Binary10100100011100101100010100101011011111001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024872; }

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

 H1.HeaderClassName
 {
   color: #024872;
 }
 .AnyTagClassName
 {
   color: #024872;
 }
</style>
background-color css

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

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

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

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

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

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