Shades of Cobalt #0156AA
Tints of Cobalt #0156AA
RGB
CMYK
RGB Variations
Color information
#0156AA (or 0x0156AA) is known color: Cobalt. HEX triplet: 01, 56 and AA. RGB value is (1,86,170). Sum of RGB (Red+Green+Blue) = 1+86+170=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #0156AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0156AA is #FEA955. Grayscale: #454545. Windows color (decimal): -16689494 or 11163137. OLE color: 11163137.
HSL color Cylindrical-coordinate representation of color #0156AA: hue angle of 209.82º degrees, saturation: 0.99, 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 #0156AA is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 86 | 170 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.33 |
| HSL | 209.82º | 0.99% | 0.34% | - |
| HSV(B) | 209.82º | 0.99% | 0.67% | - |
| XYZ | 10.6 | 9.56 | 39.32 | - |
| YUV | 70.16 | 184.34 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 170 | 0.99 | 0.49 | 0 | 0.33 | 209.82 | 0.99 | 0.34 |
| Hex | 1 | 56 | AA | 63 | 31 | 0 | 21 | D2 | 63 | 22 |
| Octal | 1 | 126 | 252 | 143 | 61 | 0 | 41 | 322 | 143 | 42 |
| Binary | 1 | 1010110 | 10101010 | 1100011 | 110001 | 0 | 100001 | 11010010 | 1100011 | 100010 |
Color Harmonies of #0156AA
Complementary color
Monochromatic Colors of #0156AA
Black with #0156AA
Text Example
Text Example
White with #0156AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0156AA; }
p { color: rgb(1,86,170); }
H1.HeaderClassName
{
color: #0156AA;
}
.AnyTagClassName
{
color: #0156AA;
}
</style>
background-color css
<style>
a { background-color: #0156AA; }
a { background-color: rgb(1,86,170); }
div.DivClassName
{
background-color: #0156AA;
}
.BgClassName
{
background-color: #0156AA;
}
</style>
border-color css
<style>
span { border-color: #0156AA; }
span { border-color: rgb(1,86,170); }
td.TdClassName
{
border-color: #0156AA;
}
.TagClassName
{
border-color: #0156AA;
}
</style>