#024C72

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

Shades of Dark Cerulean #024C72

Tints of Dark Cerulean #024C72

Color information

#024C72 (or 0x024C72) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4C and 72. RGB value is (2,76,114). Sum of RGB (Red+Green+Blue) = 2+76+114=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #024C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C72 is #FDB38D. Grayscale: #393939. Windows color (decimal): -16626574 or 7490562. OLE color: 7490562.

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

Color convert

RGB276114-
CMYK0.980.3300.55
HSL200.36º96.55%22.75%-
HSV(B)200.36º98.25%44.71%-
XYZ5.656.416.86-
YUV58.21159.4887.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=1.04%
G=39.58%
B=59.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2761140.980.3300.55200.3696.5522.75
Hex24C726221037c86117
Octal21141621424106731014127
Binary10100110011100101100010100001011011111001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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