Shades of Cobalt #015C99
Tints of Cobalt #015C99
RGB
CMYK
RGB Variations
Color information
#015C99 (or 0x015C99) is known color: Cobalt. HEX triplet: 01, 5C and 99. RGB value is (1,92,153). Sum of RGB (Red+Green+Blue) = 1+92+153=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #015C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C99 is #FEA366. Grayscale: #474747. Windows color (decimal): -16687975 or 10050561. OLE color: 10050561.
HSL color Cylindrical-coordinate representation of color #015C99: hue angle of 204.08º 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 #015C99 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 92 | 153 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.4 |
| HSL | 204.08º | 0.99% | 0.3% | - |
| HSV(B) | 204.08º | 0.99% | 0.6% | - |
| XYZ | 9.59 | 9.96 | 31.55 | - |
| YUV | 71.75 | 173.85 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 153 | 0.99 | 0.40 | 0 | 0.4 | 204.08 | 0.99 | 0.3 |
| Hex | 1 | 5C | 99 | 63 | 28 | 0 | 28 | CC | 63 | 1E |
| Octal | 1 | 134 | 231 | 143 | 50 | 0 | 50 | 314 | 143 | 36 |
| Binary | 1 | 1011100 | 10011001 | 1100011 | 101000 | 0 | 101000 | 11001100 | 1100011 | 11110 |
Color Harmonies of #015C99
Complementary color
Monochromatic Colors of #015C99
Black with #015C99
Text Example
Text Example
White with #015C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C99; }
p { color: rgb(1,92,153); }
H1.HeaderClassName
{
color: #015C99;
}
.AnyTagClassName
{
color: #015C99;
}
</style>
background-color css
<style>
a { background-color: #015C99; }
a { background-color: rgb(1,92,153); }
div.DivClassName
{
background-color: #015C99;
}
.BgClassName
{
background-color: #015C99;
}
</style>
border-color css
<style>
span { border-color: #015C99; }
span { border-color: rgb(1,92,153); }
td.TdClassName
{
border-color: #015C99;
}
.TagClassName
{
border-color: #015C99;
}
</style>