#024A9F

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

Shades of Cobalt #024A9F

Tints of Cobalt #024A9F

Color information

#024A9F (or 0x024A9F) is unknown color: approx Cobalt. HEX triplet: 02, 4A and 9F. RGB value is (2,74,159). Sum of RGB (Red+Green+Blue) = 2+74+159=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #024A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A9F is #FDB560. Grayscale: #3D3D3D. Windows color (decimal): -16627041 or 10439170. OLE color: 10439170.

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

Color convert

RGB274159-
CMYK0.990.5300.38
HSL212.48º97.52%31.57%-
HSV(B)212.48º98.74%62.35%-
XYZ8.737.4133.77-
YUV62.16182.6585.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=0.85%
G=31.49%
B=67.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2741590.990.5300.38212.4897.5231.57
Hex24A9F6335026d46220
Octal21122371436504632414240
Binary1010010101001111111000111101010100110110101001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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