Shades of Cobalt #015D97
Tints of Cobalt #015D97
RGB
CMYK
RGB Variations
Color information
#015D97 (or 0x015D97) is known color: Cobalt. HEX triplet: 01, 5D and 97. RGB value is (1,93,151). Sum of RGB (Red+Green+Blue) = 1+93+151=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 151 (59.38% from 255 or 61.63% from 245); Max value from RGB is 151 - color contains mainly: blue. Hex color #015D97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D97 is #FEA268. Grayscale: #474747. Windows color (decimal): -16687721 or 9919745. OLE color: 9919745.
HSL color Cylindrical-coordinate representation of color #015D97: hue angle of 203.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D97 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 93 | 151 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.41 |
| HSL | 203.2º | 0.99% | 0.3% | - |
| HSV(B) | 203.2º | 0.99% | 0.59% | - |
| XYZ | 9.51 | 10.07 | 30.72 | - |
| YUV | 72.1 | 172.52 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 151 | 0.99 | 0.38 | 0 | 0.41 | 203.2 | 0.99 | 0.3 |
| Hex | 1 | 5D | 97 | 63 | 26 | 0 | 29 | CB | 63 | 1E |
| Octal | 1 | 135 | 227 | 143 | 46 | 0 | 51 | 313 | 143 | 36 |
| Binary | 1 | 1011101 | 10010111 | 1100011 | 100110 | 0 | 101001 | 11001011 | 1100011 | 11110 |
Color Harmonies of #015D97
Complementary color
Monochromatic Colors of #015D97
Black with #015D97
Text Example
Text Example
White with #015D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D97; }
p { color: rgb(1,93,151); }
H1.HeaderClassName
{
color: #015D97;
}
.AnyTagClassName
{
color: #015D97;
}
</style>
background-color css
<style>
a { background-color: #015D97; }
a { background-color: rgb(1,93,151); }
div.DivClassName
{
background-color: #015D97;
}
.BgClassName
{
background-color: #015D97;
}
</style>
border-color css
<style>
span { border-color: #015D97; }
span { border-color: rgb(1,93,151); }
td.TdClassName
{
border-color: #015D97;
}
.TagClassName
{
border-color: #015D97;
}
</style>