Shades of Cobalt #01599D
Tints of Cobalt #01599D
RGB
CMYK
RGB Variations
Color information
#01599D (or 0x01599D) is known color: Cobalt. HEX triplet: 01, 59 and 9D. RGB value is (1,89,157). Sum of RGB (Red+Green+Blue) = 1+89+157=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #01599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01599D is #FEA662. Grayscale: #464646. Windows color (decimal): -16688739 or 10311937. OLE color: 10311937.
HSL color Cylindrical-coordinate representation of color #01599D: hue angle of 206.15º 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 #01599D is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 89 | 157 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.38 |
| HSL | 206.15º | 0.99% | 0.31% | - |
| HSV(B) | 206.15º | 0.99% | 0.62% | - |
| XYZ | 9.67 | 9.59 | 33.24 | - |
| YUV | 70.44 | 176.85 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 157 | 0.99 | 0.43 | 0 | 0.38 | 206.15 | 0.99 | 0.31 |
| Hex | 1 | 59 | 9D | 63 | 2B | 0 | 26 | CE | 63 | 1F |
| Octal | 1 | 131 | 235 | 143 | 53 | 0 | 46 | 316 | 143 | 37 |
| Binary | 1 | 1011001 | 10011101 | 1100011 | 101011 | 0 | 100110 | 11001110 | 1100011 | 11111 |
Color Harmonies of #01599D
Complementary color
Monochromatic Colors of #01599D
Black with #01599D
Text Example
Text Example
White with #01599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01599D; }
p { color: rgb(1,89,157); }
H1.HeaderClassName
{
color: #01599D;
}
.AnyTagClassName
{
color: #01599D;
}
</style>
background-color css
<style>
a { background-color: #01599D; }
a { background-color: rgb(1,89,157); }
div.DivClassName
{
background-color: #01599D;
}
.BgClassName
{
background-color: #01599D;
}
</style>
border-color css
<style>
span { border-color: #01599D; }
span { border-color: rgb(1,89,157); }
td.TdClassName
{
border-color: #01599D;
}
.TagClassName
{
border-color: #01599D;
}
</style>