#024D72

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

Shades of Dark Cerulean #024D72

Tints of Dark Cerulean #024D72

Color information

#024D72 (or 0x024D72) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4D and 72. RGB value is (2,77,114). Sum of RGB (Red+Green+Blue) = 2+77+114=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #024D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D72 is #FDB28D. Grayscale: #3A3A3A. Windows color (decimal): -16626318 or 7490818. OLE color: 7490818.

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

Color convert

RGB277114-
CMYK0.980.3200.55
HSL199.82º96.55%22.75%-
HSV(B)199.82º98.25%44.71%-
XYZ5.726.5416.88-
YUV58.79159.1587.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=1.04%
G=39.90%
B=59.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2771140.980.3200.55199.8296.5522.75
Hex24D726220037c86117
Octal21151621424006731014127
Binary10100110111100101100010100000011011111001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024D72; }

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

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

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

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

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

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

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

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