Shades of Cobalt #01599C
Tints of Cobalt #01599C
RGB
CMYK
RGB Variations
Color information
#01599C (or 0x01599C) is known color: Cobalt. HEX triplet: 01, 59 and 9C. RGB value is (1,89,156). Sum of RGB (Red+Green+Blue) = 1+89+156=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #01599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01599C is #FEA663. Grayscale: #454545. Windows color (decimal): -16688740 or 10246401. OLE color: 10246401.
HSL color Cylindrical-coordinate representation of color #01599C: hue angle of 205.94º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01599C is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 89 | 156 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.39 |
| HSL | 205.94º | 0.99% | 0.31% | - |
| HSV(B) | 205.94º | 0.99% | 0.61% | - |
| XYZ | 9.59 | 9.55 | 32.79 | - |
| YUV | 70.33 | 176.35 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 156 | 0.99 | 0.43 | 0 | 0.39 | 205.94 | 0.99 | 0.31 |
| Hex | 1 | 59 | 9C | 63 | 2B | 0 | 27 | CE | 63 | 1F |
| Octal | 1 | 131 | 234 | 143 | 53 | 0 | 47 | 316 | 143 | 37 |
| Binary | 1 | 1011001 | 10011100 | 1100011 | 101011 | 0 | 100111 | 11001110 | 1100011 | 11111 |
Color Harmonies of #01599C
Complementary color
Monochromatic Colors of #01599C
Black with #01599C
Text Example
Text Example
White with #01599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01599C; }
p { color: rgb(1,89,156); }
H1.HeaderClassName
{
color: #01599C;
}
.AnyTagClassName
{
color: #01599C;
}
</style>
background-color css
<style>
a { background-color: #01599C; }
a { background-color: rgb(1,89,156); }
div.DivClassName
{
background-color: #01599C;
}
.BgClassName
{
background-color: #01599C;
}
</style>
border-color css
<style>
span { border-color: #01599C; }
span { border-color: rgb(1,89,156); }
td.TdClassName
{
border-color: #01599C;
}
.TagClassName
{
border-color: #01599C;
}
</style>