Shades of Cobalt #01559D
Tints of Cobalt #01559D
RGB
CMYK
RGB Variations
Color information
#01559D (or 0x01559D) is known color: Cobalt. HEX triplet: 01, 55 and 9D. RGB value is (1,85,157). Sum of RGB (Red+Green+Blue) = 1+85+157=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #01559D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01559D is #FEAA62. Grayscale: #434343. Windows color (decimal): -16689763 or 10310913. OLE color: 10310913.
HSL color Cylindrical-coordinate representation of color #01559D: hue angle of 207.69º 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 #01559D is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 85 | 157 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.38 |
| HSL | 207.69º | 0.99% | 0.31% | - |
| HSV(B) | 207.69º | 0.99% | 0.62% | - |
| XYZ | 9.35 | 8.94 | 33.13 | - |
| YUV | 68.09 | 178.17 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 157 | 0.99 | 0.46 | 0 | 0.38 | 207.69 | 0.99 | 0.31 |
| Hex | 1 | 55 | 9D | 63 | 2E | 0 | 26 | D0 | 63 | 1F |
| Octal | 1 | 125 | 235 | 143 | 56 | 0 | 46 | 320 | 143 | 37 |
| Binary | 1 | 1010101 | 10011101 | 1100011 | 101110 | 0 | 100110 | 11010000 | 1100011 | 11111 |
Color Harmonies of #01559D
Complementary color
Monochromatic Colors of #01559D
Black with #01559D
Text Example
Text Example
White with #01559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01559D; }
p { color: rgb(1,85,157); }
H1.HeaderClassName
{
color: #01559D;
}
.AnyTagClassName
{
color: #01559D;
}
</style>
background-color css
<style>
a { background-color: #01559D; }
a { background-color: rgb(1,85,157); }
div.DivClassName
{
background-color: #01559D;
}
.BgClassName
{
background-color: #01559D;
}
</style>
border-color css
<style>
span { border-color: #01559D; }
span { border-color: rgb(1,85,157); }
td.TdClassName
{
border-color: #01559D;
}
.TagClassName
{
border-color: #01559D;
}
</style>