Shades of Cobalt #015B99
Tints of Cobalt #015B99
RGB
CMYK
RGB Variations
Color information
#015B99 (or 0x015B99) is known color: Cobalt. HEX triplet: 01, 5B and 99. RGB value is (1,91,153). Sum of RGB (Red+Green+Blue) = 1+91+153=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #015B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B99 is #FEA466. Grayscale: #464646. Windows color (decimal): -16688231 or 10050305. OLE color: 10050305.
HSL color Cylindrical-coordinate representation of color #015B99: hue angle of 204.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B99 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 91 | 153 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.4 |
| HSL | 204.47º | 0.99% | 0.3% | - |
| HSV(B) | 204.47º | 0.99% | 0.6% | - |
| XYZ | 9.5 | 9.79 | 31.53 | - |
| YUV | 71.16 | 174.18 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 153 | 0.99 | 0.41 | 0 | 0.4 | 204.47 | 0.99 | 0.3 |
| Hex | 1 | 5B | 99 | 63 | 29 | 0 | 28 | CC | 63 | 1E |
| Octal | 1 | 133 | 231 | 143 | 51 | 0 | 50 | 314 | 143 | 36 |
| Binary | 1 | 1011011 | 10011001 | 1100011 | 101001 | 0 | 101000 | 11001100 | 1100011 | 11110 |
Color Harmonies of #015B99
Complementary color
Monochromatic Colors of #015B99
Black with #015B99
Text Example
Text Example
White with #015B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B99; }
p { color: rgb(1,91,153); }
H1.HeaderClassName
{
color: #015B99;
}
.AnyTagClassName
{
color: #015B99;
}
</style>
background-color css
<style>
a { background-color: #015B99; }
a { background-color: rgb(1,91,153); }
div.DivClassName
{
background-color: #015B99;
}
.BgClassName
{
background-color: #015B99;
}
</style>
border-color css
<style>
span { border-color: #015B99; }
span { border-color: rgb(1,91,153); }
td.TdClassName
{
border-color: #015B99;
}
.TagClassName
{
border-color: #015B99;
}
</style>