Shades of Cobalt #0247AB
Tints of Cobalt #0247AB
RGB
CMYK
RGB Variations
Color information
#0247AB (or 0x0247AB) is known color: Cobalt. HEX triplet: 02, 47 and AB. RGB value is (2,71,171). Sum of RGB (Red+Green+Blue) = 2+71+171=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #0247AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0247AB is #FDB854. Grayscale: #3D3D3D. Windows color (decimal): -16627797 or 11224834. OLE color: 11224834.
HSL color Cylindrical-coordinate representation of color #0247AB: hue angle of 215.5º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247AB is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 71 | 171 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.33 |
| HSL | 215.5º | 0.98% | 0.34% | - |
| HSV(B) | 215.5º | 0.99% | 0.67% | - |
| XYZ | 9.63 | 7.46 | 39.46 | - |
| YUV | 61.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 171 | 0.99 | 0.58 | 0 | 0.33 | 215.5 | 0.98 | 0.34 |
| Hex | 2 | 47 | AB | 63 | 3A | 0 | 21 | D8 | 62 | 22 |
| Octal | 2 | 107 | 253 | 143 | 72 | 0 | 41 | 330 | 142 | 42 |
| Binary | 10 | 1000111 | 10101011 | 1100011 | 111010 | 0 | 100001 | 11011000 | 1100010 | 100010 |
Color Harmonies of #0247AB
Complementary color
Monochromatic Colors of #0247AB
Black with #0247AB
Text Example
Text Example
White with #0247AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247AB; }
p { color: rgb(2,71,171); }
H1.HeaderClassName
{
color: #0247AB;
}
.AnyTagClassName
{
color: #0247AB;
}
</style>
background-color css
<style>
a { background-color: #0247AB; }
a { background-color: rgb(2,71,171); }
div.DivClassName
{
background-color: #0247AB;
}
.BgClassName
{
background-color: #0247AB;
}
</style>
border-color css
<style>
span { border-color: #0247AB; }
span { border-color: rgb(2,71,171); }
td.TdClassName
{
border-color: #0247AB;
}
.TagClassName
{
border-color: #0247AB;
}
</style>