Shades of Cobalt #0254AE
Tints of Cobalt #0254AE
RGB
CMYK
RGB Variations
Color information
#0254AE (or 0x0254AE) is known color: Cobalt. HEX triplet: 02, 54 and AE. RGB value is (2,84,174). Sum of RGB (Red+Green+Blue) = 2+84+174=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #0254AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0254AE is #FDAB51. Grayscale: #454545. Windows color (decimal): -16624466 or 11424770. OLE color: 11424770.
HSL color Cylindrical-coordinate representation of color #0254AE: hue angle of 211.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0254AE is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 84 | 174 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.32 |
| HSL | 211.4º | 0.98% | 0.35% | - |
| HSV(B) | 211.4º | 0.99% | 0.68% | - |
| XYZ | 10.84 | 9.41 | 41.29 | - |
| YUV | 69.74 | 186.83 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 174 | 0.99 | 0.52 | 0 | 0.32 | 211.4 | 0.98 | 0.35 |
| Hex | 2 | 54 | AE | 63 | 34 | 0 | 20 | D3 | 62 | 23 |
| Octal | 2 | 124 | 256 | 143 | 64 | 0 | 40 | 323 | 142 | 43 |
| Binary | 10 | 1010100 | 10101110 | 1100011 | 110100 | 0 | 100000 | 11010011 | 1100010 | 100011 |
Color Harmonies of #0254AE
Complementary color
Monochromatic Colors of #0254AE
Black with #0254AE
Text Example
Text Example
White with #0254AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0254AE; }
p { color: rgb(2,84,174); }
H1.HeaderClassName
{
color: #0254AE;
}
.AnyTagClassName
{
color: #0254AE;
}
</style>
background-color css
<style>
a { background-color: #0254AE; }
a { background-color: rgb(2,84,174); }
div.DivClassName
{
background-color: #0254AE;
}
.BgClassName
{
background-color: #0254AE;
}
</style>
border-color css
<style>
span { border-color: #0254AE; }
span { border-color: rgb(2,84,174); }
td.TdClassName
{
border-color: #0254AE;
}
.TagClassName
{
border-color: #0254AE;
}
</style>