#024A9B

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

Shades of Cobalt #024A9B

Tints of Cobalt #024A9B

Color information

#024A9B (or 0x024A9B) is unknown color: approx Cobalt. HEX triplet: 02, 4A and 9B. RGB value is (2,74,155). Sum of RGB (Red+Green+Blue) = 2+74+155=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #024A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A9B is #FDB564. Grayscale: #3D3D3D. Windows color (decimal): -16627045 or 10177026. OLE color: 10177026.

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

Color convert

RGB274155-
CMYK0.990.5200.39
HSL211.76º97.45%30.78%-
HSV(B)211.76º98.71%60.78%-
XYZ8.397.2831.97-
YUV61.71180.6585.41-

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.03%
BLUE value IS 155 (60.94% from 255) = 67.10%
R=0.87%
G=32.03%
B=67.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2741550.990.5200.39211.7697.4530.78
Hex24A9B6334027d4611f
Octal21122331436404732414137
Binary101001010100110111100011110100010011111010100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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