#024076

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

Shades of Dark Cerulean #024076

Tints of Dark Cerulean #024076

Color information

#024076 (or 0x024076) is unknown color: approx Dark Cerulean. HEX triplet: 02, 40 and 76. RGB value is (2,64,118). Sum of RGB (Red+Green+Blue) = 2+64+118=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #024076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024076 is #FDBF89. Grayscale: #333333. Windows color (decimal): -16629642 or 7749634. OLE color: 7749634.

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

Color convert

RGB264118-
CMYK0.980.4600.54
HSL207.93º96.67%23.53%-
HSV(B)207.93º98.31%46.27%-
XYZ5.134.9917.83-
YUV51.62165.4692.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 118 (46.48% from 255) = 64.13%
R=1.09%
G=34.78%
B=64.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2641180.980.4600.54207.9396.6723.53
Hex24076622E036d06118
Octal21001661425606632014130
Binary10100000011101101100010101110011011011010000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024076; }

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

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

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

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

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

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

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

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