Shades of Cobalt #024B9D
Tints of Cobalt #024B9D
RGB
CMYK
RGB Variations
Color information
#024B9D (or 0x024B9D) is known color: Cobalt. HEX triplet: 02, 4B and 9D. RGB value is (2,75,157). Sum of RGB (Red+Green+Blue) = 2+75+157=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #024B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B9D is #FDB462. Grayscale: #3E3E3E. Windows color (decimal): -16626787 or 10308354. OLE color: 10308354.
HSL color Cylindrical-coordinate representation of color #024B9D: hue angle of 211.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B9D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 75 | 157 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.38 |
| HSL | 211.74º | 0.97% | 0.31% | - |
| HSV(B) | 211.74º | 0.99% | 0.62% | - |
| XYZ | 8.63 | 7.48 | 32.89 | - |
| YUV | 62.52 | 181.32 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 157 | 0.99 | 0.52 | 0 | 0.38 | 211.74 | 0.97 | 0.31 |
| Hex | 2 | 4B | 9D | 63 | 34 | 0 | 26 | D4 | 61 | 1F |
| Octal | 2 | 113 | 235 | 143 | 64 | 0 | 46 | 324 | 141 | 37 |
| Binary | 10 | 1001011 | 10011101 | 1100011 | 110100 | 0 | 100110 | 11010100 | 1100001 | 11111 |
Color Harmonies of #024B9D
Complementary color
Monochromatic Colors of #024B9D
Black with #024B9D
Text Example
Text Example
White with #024B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B9D; }
p { color: rgb(2,75,157); }
H1.HeaderClassName
{
color: #024B9D;
}
.AnyTagClassName
{
color: #024B9D;
}
</style>
background-color css
<style>
a { background-color: #024B9D; }
a { background-color: rgb(2,75,157); }
div.DivClassName
{
background-color: #024B9D;
}
.BgClassName
{
background-color: #024B9D;
}
</style>
border-color css
<style>
span { border-color: #024B9D; }
span { border-color: rgb(2,75,157); }
td.TdClassName
{
border-color: #024B9D;
}
.TagClassName
{
border-color: #024B9D;
}
</style>