#024073

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

Shades of Dark Cerulean #024073

Tints of Dark Cerulean #024073

Color information

#024073 (or 0x024073) is unknown color: approx Dark Cerulean. HEX triplet: 02, 40 and 73. RGB value is (2,64,115). Sum of RGB (Red+Green+Blue) = 2+64+115=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #024073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024073 is #FDBF8C. Grayscale: #333333. Windows color (decimal): -16629645 or 7553026. OLE color: 7553026.

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

Color convert

RGB264115-
CMYK0.980.4400.55
HSL207.08º96.58%22.94%-
HSV(B)207.08º98.26%45.1%-
XYZ4.954.9216.91-
YUV51.28163.9692.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 115 (45.31% from 255) = 63.54%
R=1.10%
G=35.36%
B=63.54%

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
Decimal2641150.980.4400.55207.0896.5822.94
Hex24073622C037cf6117
Octal21001631425406731714127
Binary10100000011100111100010101100011011111001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024073; }

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

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

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

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

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

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

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

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