Shades of Cobalt #0255AD
Tints of Cobalt #0255AD
RGB
CMYK
RGB Variations
Color information
#0255AD (or 0x0255AD) is known color: Cobalt. HEX triplet: 02, 55 and AD. RGB value is (2,85,173). Sum of RGB (Red+Green+Blue) = 2+85+173=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #0255AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0255AD is #FDAA52. Grayscale: #454545. Windows color (decimal): -16624211 or 11359490. OLE color: 11359490.
HSL color Cylindrical-coordinate representation of color #0255AD: hue angle of 210.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255AD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 85 | 173 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.32 |
| HSL | 210.88º | 0.98% | 0.34% | - |
| HSV(B) | 210.88º | 0.99% | 0.68% | - |
| XYZ | 10.82 | 9.53 | 40.8 | - |
| YUV | 70.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 173 | 0.99 | 0.51 | 0 | 0.32 | 210.88 | 0.98 | 0.34 |
| Hex | 2 | 55 | AD | 63 | 33 | 0 | 20 | D3 | 62 | 22 |
| Octal | 2 | 125 | 255 | 143 | 63 | 0 | 40 | 323 | 142 | 42 |
| Binary | 10 | 1010101 | 10101101 | 1100011 | 110011 | 0 | 100000 | 11010011 | 1100010 | 100010 |
Color Harmonies of #0255AD
Complementary color
Monochromatic Colors of #0255AD
Black with #0255AD
Text Example
Text Example
White with #0255AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255AD; }
p { color: rgb(2,85,173); }
H1.HeaderClassName
{
color: #0255AD;
}
.AnyTagClassName
{
color: #0255AD;
}
</style>
background-color css
<style>
a { background-color: #0255AD; }
a { background-color: rgb(2,85,173); }
div.DivClassName
{
background-color: #0255AD;
}
.BgClassName
{
background-color: #0255AD;
}
</style>
border-color css
<style>
span { border-color: #0255AD; }
span { border-color: rgb(2,85,173); }
td.TdClassName
{
border-color: #0255AD;
}
.TagClassName
{
border-color: #0255AD;
}
</style>