Shades of Cobalt #01599E
Tints of Cobalt #01599E
RGB
CMYK
RGB Variations
Color information
#01599E (or 0x01599E) is known color: Cobalt. HEX triplet: 01, 59 and 9E. RGB value is (1,89,158). Sum of RGB (Red+Green+Blue) = 1+89+158=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #01599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01599E is #FEA661. Grayscale: #464646. Windows color (decimal): -16688738 or 10377473. OLE color: 10377473.
HSL color Cylindrical-coordinate representation of color #01599E: hue angle of 206.37º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01599E is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 89 | 158 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.38 |
| HSL | 206.37º | 0.99% | 0.31% | - |
| HSV(B) | 206.37º | 0.99% | 0.62% | - |
| XYZ | 9.76 | 9.62 | 33.69 | - |
| YUV | 70.55 | 177.35 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 158 | 0.99 | 0.44 | 0 | 0.38 | 206.37 | 0.99 | 0.31 |
| Hex | 1 | 59 | 9E | 63 | 2C | 0 | 26 | CE | 63 | 1F |
| Octal | 1 | 131 | 236 | 143 | 54 | 0 | 46 | 316 | 143 | 37 |
| Binary | 1 | 1011001 | 10011110 | 1100011 | 101100 | 0 | 100110 | 11001110 | 1100011 | 11111 |
Color Harmonies of #01599E
Complementary color
Monochromatic Colors of #01599E
Black with #01599E
Text Example
Text Example
White with #01599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01599E; }
p { color: rgb(1,89,158); }
H1.HeaderClassName
{
color: #01599E;
}
.AnyTagClassName
{
color: #01599E;
}
</style>
background-color css
<style>
a { background-color: #01599E; }
a { background-color: rgb(1,89,158); }
div.DivClassName
{
background-color: #01599E;
}
.BgClassName
{
background-color: #01599E;
}
</style>
border-color css
<style>
span { border-color: #01599E; }
span { border-color: rgb(1,89,158); }
td.TdClassName
{
border-color: #01599E;
}
.TagClassName
{
border-color: #01599E;
}
</style>