#024AC6

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

Shades of Cobalt #024AC6

Tints of Cobalt #024AC6

Color information

#024AC6 (or 0x024AC6) is unknown color: approx Cobalt. HEX triplet: 02, 4A and C6. RGB value is (2,74,198). Sum of RGB (Red+Green+Blue) = 2+74+198=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #024AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AC6 is #FDB539. Grayscale: #424242. Windows color (decimal): -16627002 or 12995074. OLE color: 12995074.

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

Color convert

RGB274198-
CMYK0.990.6300.22
HSL217.96º98%39.22%-
HSV(B)217.96º98.99%77.65%-
XYZ12.678.9954.49-
YUV66.61202.1581.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 198 (77.73% from 255) = 72.26%
R=0.73%
G=27.01%
B=72.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2741980.990.6300.22217.969839.22
Hex24AC6633F016da6227
Octal21123061437702633214247
Binary101001010110001101100011111111010110110110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,74,198); }

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

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

 a { background-color: rgb(2,74,198); }

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

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

 span { border-color: rgb(2,74,198); }

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