#024CA0

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

Shades of Cobalt #024CA0

Tints of Cobalt #024CA0

Color information

#024CA0 (or 0x024CA0) is unknown color: approx Cobalt. HEX triplet: 02, 4C and A0. RGB value is (2,76,160). Sum of RGB (Red+Green+Blue) = 2+76+160=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #024CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CA0 is #FDB35F. Grayscale: #3F3F3F. Windows color (decimal): -16626528 or 10505218. OLE color: 10505218.

HSL color Cylindrical-coordinate representation of color #024CA0: hue angle of 211.9º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CA0 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB276160-
CMYK0.990.5200.37
HSL211.9º97.53%31.76%-
HSV(B)211.9º98.75%62.75%-
XYZ8.957.7234.28-
YUV63.45182.4884.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 160 (62.89% from 255) = 67.23%
R=0.84%
G=31.93%
B=67.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2761600.990.5200.37211.997.5331.76
Hex24CA06334025d46220
Octal21142401436404532414240
Binary1010011001010000011000111101000100101110101001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,76,160); }

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

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

 a { background-color: rgb(2,76,160); }

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

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

 span { border-color: rgb(2,76,160); }

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