Shades of Cobalt #015897
Tints of Cobalt #015897
RGB
CMYK
RGB Variations
Color information
#015897 (or 0x015897) is known color: Cobalt. HEX triplet: 01, 58 and 97. RGB value is (1,88,151). Sum of RGB (Red+Green+Blue) = 1+88+151=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #015897 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015897 is #FEA768. Grayscale: #444444. Windows color (decimal): -16689001 or 9918465. OLE color: 9918465.
HSL color Cylindrical-coordinate representation of color #015897: hue angle of 205.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015897 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 88 | 151 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.41 |
| HSL | 205.2º | 0.99% | 0.3% | - |
| HSV(B) | 205.2º | 0.99% | 0.59% | - |
| XYZ | 9.09 | 9.22 | 30.58 | - |
| YUV | 69.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 151 | 0.99 | 0.42 | 0 | 0.41 | 205.2 | 0.99 | 0.3 |
| Hex | 1 | 58 | 97 | 63 | 2A | 0 | 29 | CD | 63 | 1E |
| Octal | 1 | 130 | 227 | 143 | 52 | 0 | 51 | 315 | 143 | 36 |
| Binary | 1 | 1011000 | 10010111 | 1100011 | 101010 | 0 | 101001 | 11001101 | 1100011 | 11110 |
Color Harmonies of #015897
Complementary color
Monochromatic Colors of #015897
Black with #015897
Text Example
Text Example
White with #015897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015897; }
p { color: rgb(1,88,151); }
H1.HeaderClassName
{
color: #015897;
}
.AnyTagClassName
{
color: #015897;
}
</style>
background-color css
<style>
a { background-color: #015897; }
a { background-color: rgb(1,88,151); }
div.DivClassName
{
background-color: #015897;
}
.BgClassName
{
background-color: #015897;
}
</style>
border-color css
<style>
span { border-color: #015897; }
span { border-color: rgb(1,88,151); }
td.TdClassName
{
border-color: #015897;
}
.TagClassName
{
border-color: #015897;
}
</style>