Shades of Cobalt #015BAB
Tints of Cobalt #015BAB
RGB
CMYK
RGB Variations
Color information
#015BAB (or 0x015BAB) is known color: Cobalt. HEX triplet: 01, 5B and AB. RGB value is (1,91,171). Sum of RGB (Red+Green+Blue) = 1+91+171=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #015BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BAB is #FEA454. Grayscale: #484848. Windows color (decimal): -16688213 or 11229953. OLE color: 11229953.
HSL color Cylindrical-coordinate representation of color #015BAB: hue angle of 208.24º 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 #015BAB is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 91 | 171 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.33 |
| HSL | 208.24º | 0.99% | 0.34% | - |
| HSV(B) | 208.24º | 0.99% | 0.67% | - |
| XYZ | 11.1 | 10.43 | 39.96 | - |
| YUV | 73.21 | 183.18 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 171 | 0.99 | 0.47 | 0 | 0.33 | 208.24 | 0.99 | 0.34 |
| Hex | 1 | 5B | AB | 63 | 2F | 0 | 21 | D0 | 63 | 22 |
| Octal | 1 | 133 | 253 | 143 | 57 | 0 | 41 | 320 | 143 | 42 |
| Binary | 1 | 1011011 | 10101011 | 1100011 | 101111 | 0 | 100001 | 11010000 | 1100011 | 100010 |
Color Harmonies of #015BAB
Complementary color
Monochromatic Colors of #015BAB
Black with #015BAB
Text Example
Text Example
White with #015BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BAB; }
p { color: rgb(1,91,171); }
H1.HeaderClassName
{
color: #015BAB;
}
.AnyTagClassName
{
color: #015BAB;
}
</style>
background-color css
<style>
a { background-color: #015BAB; }
a { background-color: rgb(1,91,171); }
div.DivClassName
{
background-color: #015BAB;
}
.BgClassName
{
background-color: #015BAB;
}
</style>
border-color css
<style>
span { border-color: #015BAB; }
span { border-color: rgb(1,91,171); }
td.TdClassName
{
border-color: #015BAB;
}
.TagClassName
{
border-color: #015BAB;
}
</style>