Shades of Cobalt #015BA6
Tints of Cobalt #015BA6
RGB
CMYK
RGB Variations
Color information
#015BA6 (or 0x015BA6) is known color: Cobalt. HEX triplet: 01, 5B and A6. RGB value is (1,91,166). Sum of RGB (Red+Green+Blue) = 1+91+166=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 166 (65.23% from 255 or 64.34% from 258); Max value from RGB is 166 - color contains mainly: blue. Hex color #015BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BA6 is #FEA459. Grayscale: #484848. Windows color (decimal): -16688218 or 10902273. OLE color: 10902273.
HSL color Cylindrical-coordinate representation of color #015BA6: hue angle of 207.27º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BA6 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 91 | 166 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.35 |
| HSL | 207.27º | 0.99% | 0.33% | - |
| HSV(B) | 207.27º | 0.99% | 0.65% | - |
| XYZ | 10.64 | 10.24 | 37.49 | - |
| YUV | 72.64 | 180.68 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 166 | 0.99 | 0.45 | 0 | 0.35 | 207.27 | 0.99 | 0.33 |
| Hex | 1 | 5B | A6 | 63 | 2D | 0 | 23 | CF | 63 | 21 |
| Octal | 1 | 133 | 246 | 143 | 55 | 0 | 43 | 317 | 143 | 41 |
| Binary | 1 | 1011011 | 10100110 | 1100011 | 101101 | 0 | 100011 | 11001111 | 1100011 | 100001 |
Color Harmonies of #015BA6
Complementary color
Monochromatic Colors of #015BA6
Black with #015BA6
Text Example
Text Example
White with #015BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BA6; }
p { color: rgb(1,91,166); }
H1.HeaderClassName
{
color: #015BA6;
}
.AnyTagClassName
{
color: #015BA6;
}
</style>
background-color css
<style>
a { background-color: #015BA6; }
a { background-color: rgb(1,91,166); }
div.DivClassName
{
background-color: #015BA6;
}
.BgClassName
{
background-color: #015BA6;
}
</style>
border-color css
<style>
span { border-color: #015BA6; }
span { border-color: rgb(1,91,166); }
td.TdClassName
{
border-color: #015BA6;
}
.TagClassName
{
border-color: #015BA6;
}
</style>