Shades of Cobalt #01589A
Tints of Cobalt #01589A
RGB
CMYK
RGB Variations
Color information
#01589A (or 0x01589A) is known color: Cobalt. HEX triplet: 01, 58 and 9A. RGB value is (1,88,154). Sum of RGB (Red+Green+Blue) = 1+88+154=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #01589A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01589A is #FEA765. Grayscale: #454545. Windows color (decimal): -16688998 or 10115073. OLE color: 10115073.
HSL color Cylindrical-coordinate representation of color #01589A: hue angle of 205.88º 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 #01589A is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 88 | 154 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.40 |
| HSL | 205.88º | 0.99% | 0.3% | - |
| HSV(B) | 205.88º | 0.99% | 0.6% | - |
| XYZ | 9.33 | 9.32 | 31.88 | - |
| YUV | 69.51 | 175.68 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 154 | 0.99 | 0.43 | 0 | 0.40 | 205.88 | 0.99 | 0.3 |
| Hex | 1 | 58 | 9A | 63 | 2B | 0 | 28 | CE | 63 | 1E |
| Octal | 1 | 130 | 232 | 143 | 53 | 0 | 50 | 316 | 143 | 36 |
| Binary | 1 | 1011000 | 10011010 | 1100011 | 101011 | 0 | 101000 | 11001110 | 1100011 | 11110 |
Color Harmonies of #01589A
Complementary color
Monochromatic Colors of #01589A
Black with #01589A
Text Example
Text Example
White with #01589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01589A; }
p { color: rgb(1,88,154); }
H1.HeaderClassName
{
color: #01589A;
}
.AnyTagClassName
{
color: #01589A;
}
</style>
background-color css
<style>
a { background-color: #01589A; }
a { background-color: rgb(1,88,154); }
div.DivClassName
{
background-color: #01589A;
}
.BgClassName
{
background-color: #01589A;
}
</style>
border-color css
<style>
span { border-color: #01589A; }
span { border-color: rgb(1,88,154); }
td.TdClassName
{
border-color: #01589A;
}
.TagClassName
{
border-color: #01589A;
}
</style>