Shades of Cobalt #0156AD
Tints of Cobalt #0156AD
RGB
CMYK
RGB Variations
Color information
#0156AD (or 0x0156AD) is known color: Cobalt. HEX triplet: 01, 56 and AD. RGB value is (1,86,173). Sum of RGB (Red+Green+Blue) = 1+86+173=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 86 (33.98% from 255 or 33.08% 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 #0156AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0156AD is #FEA952. Grayscale: #464646. Windows color (decimal): -16689491 or 11359745. OLE color: 11359745.
HSL color Cylindrical-coordinate representation of color #0156AD: hue angle of 210.35º degrees, saturation: 0.99, 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 #0156AD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 86 | 173 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.32 |
| HSL | 210.35º | 0.99% | 0.34% | - |
| HSV(B) | 210.35º | 0.99% | 0.68% | - |
| XYZ | 10.88 | 9.68 | 40.83 | - |
| YUV | 70.5 | 185.84 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 173 | 0.99 | 0.50 | 0 | 0.32 | 210.35 | 0.99 | 0.34 |
| Hex | 1 | 56 | AD | 63 | 32 | 0 | 20 | D2 | 63 | 22 |
| Octal | 1 | 126 | 255 | 143 | 62 | 0 | 40 | 322 | 143 | 42 |
| Binary | 1 | 1010110 | 10101101 | 1100011 | 110010 | 0 | 100000 | 11010010 | 1100011 | 100010 |
Color Harmonies of #0156AD
Complementary color
Monochromatic Colors of #0156AD
Black with #0156AD
Text Example
Text Example
White with #0156AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0156AD; }
p { color: rgb(1,86,173); }
H1.HeaderClassName
{
color: #0156AD;
}
.AnyTagClassName
{
color: #0156AD;
}
</style>
background-color css
<style>
a { background-color: #0156AD; }
a { background-color: rgb(1,86,173); }
div.DivClassName
{
background-color: #0156AD;
}
.BgClassName
{
background-color: #0156AD;
}
</style>
border-color css
<style>
span { border-color: #0156AD; }
span { border-color: rgb(1,86,173); }
td.TdClassName
{
border-color: #0156AD;
}
.TagClassName
{
border-color: #0156AD;
}
</style>