#024AC0

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

Shades of Cobalt #024AC0

Tints of Cobalt #024AC0

Color information

#024AC0 (or 0x024AC0) is unknown color: approx Cobalt. HEX triplet: 02, 4A and C0. RGB value is (2,74,192). Sum of RGB (Red+Green+Blue) = 2+74+192=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #024AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AC0 is #FDB53F. Grayscale: #414141. Windows color (decimal): -16627008 or 12601858. OLE color: 12601858.

HSL color Cylindrical-coordinate representation of color #024AC0: hue angle of 217.26º 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 #024AC0 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB274192-
CMYK0.990.6100.25
HSL217.26º97.94%38.04%-
HSV(B)217.26º98.96%75.29%-
XYZ11.998.7250.92-
YUV65.92199.1582.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 192 (75.39% from 255) = 71.64%
R=0.75%
G=27.61%
B=71.64%

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
Decimal2741920.990.6100.25217.2697.9438.04
Hex24AC0633D019d96226
Octal21123001437503133114246
Binary101001010110000001100011111101011001110110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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