#024A9A

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

Shades of Cobalt #024A9A

Tints of Cobalt #024A9A

Color information

#024A9A (or 0x024A9A) is unknown color: approx Cobalt. HEX triplet: 02, 4A and 9A. RGB value is (2,74,154). Sum of RGB (Red+Green+Blue) = 2+74+154=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #024A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A9A is #FDB565. Grayscale: #3D3D3D. Windows color (decimal): -16627046 or 10111490. OLE color: 10111490.

HSL color Cylindrical-coordinate representation of color #024A9A: hue angle of 211.58º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A9A is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB274154-
CMYK0.990.5200.40
HSL211.58º97.44%30.59%-
HSV(B)211.58º98.7%60.39%-
XYZ8.317.2431.53-
YUV61.59180.1585.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 154 (60.55% from 255) = 66.96%
R=0.87%
G=32.17%
B=66.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2741540.990.5200.40211.5897.4430.59
Hex24A9A6334028d4611f
Octal21122321436405032414137
Binary101001010100110101100011110100010100011010100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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