Shades of Cobalt #015D99
Tints of Cobalt #015D99
RGB
CMYK
RGB Variations
Color information
#015D99 (or 0x015D99) is known color: Cobalt. HEX triplet: 01, 5D and 99. RGB value is (1,93,153). Sum of RGB (Red+Green+Blue) = 1+93+153=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #015D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D99 is #FEA266. Grayscale: #484848. Windows color (decimal): -16687719 or 10050817. OLE color: 10050817.
HSL color Cylindrical-coordinate representation of color #015D99: hue angle of 203.68º 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 #015D99 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 93 | 153 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.4 |
| HSL | 203.68º | 0.99% | 0.3% | - |
| HSV(B) | 203.68º | 0.99% | 0.6% | - |
| XYZ | 9.68 | 10.14 | 31.58 | - |
| YUV | 72.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 153 | 0.99 | 0.39 | 0 | 0.4 | 203.68 | 0.99 | 0.3 |
| Hex | 1 | 5D | 99 | 63 | 27 | 0 | 28 | CC | 63 | 1E |
| Octal | 1 | 135 | 231 | 143 | 47 | 0 | 50 | 314 | 143 | 36 |
| Binary | 1 | 1011101 | 10011001 | 1100011 | 100111 | 0 | 101000 | 11001100 | 1100011 | 11110 |
Color Harmonies of #015D99
Complementary color
Monochromatic Colors of #015D99
Black with #015D99
Text Example
Text Example
White with #015D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D99; }
p { color: rgb(1,93,153); }
H1.HeaderClassName
{
color: #015D99;
}
.AnyTagClassName
{
color: #015D99;
}
</style>
background-color css
<style>
a { background-color: #015D99; }
a { background-color: rgb(1,93,153); }
div.DivClassName
{
background-color: #015D99;
}
.BgClassName
{
background-color: #015D99;
}
</style>
border-color css
<style>
span { border-color: #015D99; }
span { border-color: rgb(1,93,153); }
td.TdClassName
{
border-color: #015D99;
}
.TagClassName
{
border-color: #015D99;
}
</style>