#024F87

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

Shades of Dark Cerulean #024F87

Tints of Dark Cerulean #024F87

Color information

#024F87 (or 0x024F87) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4F and 87. RGB value is (2,79,135). Sum of RGB (Red+Green+Blue) = 2+79+135=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #024F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F87 is #FDB078. Grayscale: #3E3E3E. Windows color (decimal): -16625785 or 8867586. OLE color: 8867586.

HSL color Cylindrical-coordinate representation of color #024F87: hue angle of 205.26º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024F87 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB279135-
CMYK0.990.4100.47
HSL205.26º97.08%26.86%-
HSV(B)205.26º98.52%52.94%-
XYZ7.197.3523.96-
YUV62.36168.9984.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 135 (53.12% from 255) = 62.5%
R=0.93%
G=36.57%
B=62.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2791350.990.4100.47205.2697.0826.86
Hex24F87632902Fcd611b
Octal21172071435105731514133
Binary101001111100001111100011101001010111111001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,79,135); }

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

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

 a { background-color: rgb(2,79,135); }

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

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

 span { border-color: rgb(2,79,135); }

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