Shades of Cobalt #015BA8
Tints of Cobalt #015BA8
RGB
CMYK
RGB Variations
Color information
#015BA8 (or 0x015BA8) is known color: Cobalt. HEX triplet: 01, 5B and A8. RGB value is (1,91,168). Sum of RGB (Red+Green+Blue) = 1+91+168=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 168 (66.02% from 255 or 64.62% from 260); Max value from RGB is 168 - color contains mainly: blue. Hex color #015BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BA8 is #FEA457. Grayscale: #484848. Windows color (decimal): -16688216 or 11033345. OLE color: 11033345.
HSL color Cylindrical-coordinate representation of color #015BA8: hue angle of 207.66º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BA8 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 91 | 168 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.34 |
| HSL | 207.66º | 0.99% | 0.33% | - |
| HSV(B) | 207.66º | 0.99% | 0.66% | - |
| XYZ | 10.82 | 10.32 | 38.47 | - |
| YUV | 72.87 | 181.68 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 168 | 0.99 | 0.46 | 0 | 0.34 | 207.66 | 0.99 | 0.33 |
| Hex | 1 | 5B | A8 | 63 | 2E | 0 | 22 | D0 | 63 | 21 |
| Octal | 1 | 133 | 250 | 143 | 56 | 0 | 42 | 320 | 143 | 41 |
| Binary | 1 | 1011011 | 10101000 | 1100011 | 101110 | 0 | 100010 | 11010000 | 1100011 | 100001 |
Color Harmonies of #015BA8
Complementary color
Monochromatic Colors of #015BA8
Black with #015BA8
Text Example
Text Example
White with #015BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BA8; }
p { color: rgb(1,91,168); }
H1.HeaderClassName
{
color: #015BA8;
}
.AnyTagClassName
{
color: #015BA8;
}
</style>
background-color css
<style>
a { background-color: #015BA8; }
a { background-color: rgb(1,91,168); }
div.DivClassName
{
background-color: #015BA8;
}
.BgClassName
{
background-color: #015BA8;
}
</style>
border-color css
<style>
span { border-color: #015BA8; }
span { border-color: rgb(1,91,168); }
td.TdClassName
{
border-color: #015BA8;
}
.TagClassName
{
border-color: #015BA8;
}
</style>