Shades of Cobalt #0254AB
Tints of Cobalt #0254AB
RGB
CMYK
RGB Variations
Color information
#0254AB (or 0x0254AB) is known color: Cobalt. HEX triplet: 02, 54 and AB. RGB value is (2,84,171). Sum of RGB (Red+Green+Blue) = 2+84+171=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #0254AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0254AB is #FDAB54. Grayscale: #444444. Windows color (decimal): -16624469 or 11228162. OLE color: 11228162.
HSL color Cylindrical-coordinate representation of color #0254AB: hue angle of 210.89º 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 #0254AB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 84 | 171 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.33 |
| HSL | 210.89º | 0.98% | 0.34% | - |
| HSV(B) | 210.89º | 0.99% | 0.67% | - |
| XYZ | 10.55 | 9.29 | 39.77 | - |
| YUV | 69.4 | 185.33 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 171 | 0.99 | 0.51 | 0 | 0.33 | 210.89 | 0.98 | 0.34 |
| Hex | 2 | 54 | AB | 63 | 33 | 0 | 21 | D3 | 62 | 22 |
| Octal | 2 | 124 | 253 | 143 | 63 | 0 | 41 | 323 | 142 | 42 |
| Binary | 10 | 1010100 | 10101011 | 1100011 | 110011 | 0 | 100001 | 11010011 | 1100010 | 100010 |
Color Harmonies of #0254AB
Complementary color
Monochromatic Colors of #0254AB
Black with #0254AB
Text Example
Text Example
White with #0254AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0254AB; }
p { color: rgb(2,84,171); }
H1.HeaderClassName
{
color: #0254AB;
}
.AnyTagClassName
{
color: #0254AB;
}
</style>
background-color css
<style>
a { background-color: #0254AB; }
a { background-color: rgb(2,84,171); }
div.DivClassName
{
background-color: #0254AB;
}
.BgClassName
{
background-color: #0254AB;
}
</style>
border-color css
<style>
span { border-color: #0254AB; }
span { border-color: rgb(2,84,171); }
td.TdClassName
{
border-color: #0254AB;
}
.TagClassName
{
border-color: #0254AB;
}
</style>