#024579

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

Shades of Dark Cerulean #024579

Tints of Dark Cerulean #024579

Color information

#024579 (or 0x024579) is unknown color: approx Dark Cerulean. HEX triplet: 02, 45 and 79. RGB value is (2,69,121). Sum of RGB (Red+Green+Blue) = 2+69+121=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #024579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024579 is #FDBA86. Grayscale: #363636. Windows color (decimal): -16628359 or 7947522. OLE color: 7947522.

HSL color Cylindrical-coordinate representation of color #024579: hue angle of 206.22º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024579 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB269121-
CMYK0.980.4300.53
HSL206.22º96.75%24.12%-
HSV(B)206.22º98.35%47.45%-
XYZ5.65.6518.88-
YUV54.9165.390.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 121 (47.66% from 255) = 63.02%
R=1.04%
G=35.94%
B=63.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2691210.980.4300.53206.2296.7524.12
Hex24579622B035ce6118
Octal21051711425306531614130
Binary10100010111110011100010101011011010111001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024579; }

 p { color: rgb(2,69,121); }

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

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

 a { background-color: rgb(2,69,121); }

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

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

 span { border-color: rgb(2,69,121); }

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