#024BC0

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

Shades of Cobalt #024BC0

Tints of Cobalt #024BC0

Color information

#024BC0 (or 0x024BC0) is unknown color: approx Cobalt. HEX triplet: 02, 4B and C0. RGB value is (2,75,192). Sum of RGB (Red+Green+Blue) = 2+75+192=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #024BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BC0 is #FDB43F. Grayscale: #414141. Windows color (decimal): -16626752 or 12602114. OLE color: 12602114.

HSL color Cylindrical-coordinate representation of color #024BC0: hue angle of 216.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BC0 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB275192-
CMYK0.990.6100.25
HSL216.95º97.94%38.04%-
HSV(B)216.95º98.96%75.29%-
XYZ12.068.8550.94-
YUV66.51198.8281.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 192 (75.39% from 255) = 71.38%
R=0.74%
G=27.88%
B=71.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2751920.990.6100.25216.9597.9438.04
Hex24BC0633D019d96226
Octal21133001437503133114246
Binary101001011110000001100011111101011001110110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,75,192); }

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

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

 a { background-color: rgb(2,75,192); }

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

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

 span { border-color: rgb(2,75,192); }

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