#024072

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

Shades of Dark Cerulean #024072

Tints of Dark Cerulean #024072

Color information

#024072 (or 0x024072) is unknown color: approx Dark Cerulean. HEX triplet: 02, 40 and 72. RGB value is (2,64,114). Sum of RGB (Red+Green+Blue) = 2+64+114=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #024072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024072 is #FDBF8D. Grayscale: #323232. Windows color (decimal): -16629646 or 7487490. OLE color: 7487490.

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

Color convert

RGB264114-
CMYK0.980.4400.55
HSL206.79º96.55%22.75%-
HSV(B)206.79º98.25%44.71%-
XYZ4.94.8916.61-
YUV51.16163.4692.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 114 (44.92% from 255) = 63.33%
R=1.11%
G=35.56%
B=63.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2641140.980.4400.55206.7996.5522.75
Hex24072622C037cf6117
Octal21001621425406731714127
Binary10100000011100101100010101100011011111001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024072; }

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

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

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

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

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

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

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

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