#024896

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

Shades of Cobalt #024896

Tints of Cobalt #024896

Color information

#024896 (or 0x024896) is unknown color: approx Cobalt. HEX triplet: 02, 48 and 96. RGB value is (2,72,150). Sum of RGB (Red+Green+Blue) = 2+72+150=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #024896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024896 is #FDB769. Grayscale: #3B3B3B. Windows color (decimal): -16627562 or 9848834. OLE color: 9848834.

HSL color Cylindrical-coordinate representation of color #024896: hue angle of 211.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024896 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB272150-
CMYK0.990.5200.41
HSL211.62º97.37%29.8%-
HSV(B)211.62º98.67%58.82%-
XYZ7.856.8529.76-
YUV59.96178.8186.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=0.89%
G=32.14%
B=66.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2721500.990.5200.41211.6297.3729.8
Hex248966334029d4611e
Octal21102261436405132414136
Binary101001000100101101100011110100010100111010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024896; }

 p { color: rgb(2,72,150); }

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

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

 a { background-color: rgb(2,72,150); }

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

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

 span { border-color: rgb(2,72,150); }

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