#024696

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

Shades of Cobalt #024696

Tints of Cobalt #024696

Color information

#024696 (or 0x024696) is unknown color: approx Cobalt. HEX triplet: 02, 46 and 96. RGB value is (2,70,150). Sum of RGB (Red+Green+Blue) = 2+70+150=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #024696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024696 is #FDB969. Grayscale: #3A3A3A. Windows color (decimal): -16628074 or 9848322. OLE color: 9848322.

HSL color Cylindrical-coordinate representation of color #024696: hue angle of 212.43º 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 #024696 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB270150-
CMYK0.990.5300.41
HSL212.43º97.37%29.8%-
HSV(B)212.43º98.67%58.82%-
XYZ7.726.629.72-
YUV58.79179.4787.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 150 (58.98% from 255) = 67.57%
R=0.90%
G=31.53%
B=67.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2701500.990.5300.41212.4397.3729.8
Hex246966335029d4611e
Octal21062261436505132414136
Binary101000110100101101100011110101010100111010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024696; }

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

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

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

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

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

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

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

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