Shades of Cobalt #015299
Tints of Cobalt #015299
RGB
CMYK
RGB Variations
Color information
#015299 (or 0x015299) is known color: Cobalt. HEX triplet: 01, 52 and 99. RGB value is (1,82,153). Sum of RGB (Red+Green+Blue) = 1+82+153=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #015299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015299 is #FEAD66. Grayscale: #414141. Windows color (decimal): -16690535 or 10048001. OLE color: 10048001.
HSL color Cylindrical-coordinate representation of color #015299: hue angle of 208.03º 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 #015299 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 82 | 153 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.4 |
| HSL | 208.03º | 0.99% | 0.3% | - |
| HSV(B) | 208.03º | 0.99% | 0.6% | - |
| XYZ | 8.78 | 8.34 | 31.28 | - |
| YUV | 65.88 | 177.16 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 153 | 0.99 | 0.46 | 0 | 0.4 | 208.03 | 0.99 | 0.3 |
| Hex | 1 | 52 | 99 | 63 | 2E | 0 | 28 | D0 | 63 | 1E |
| Octal | 1 | 122 | 231 | 143 | 56 | 0 | 50 | 320 | 143 | 36 |
| Binary | 1 | 1010010 | 10011001 | 1100011 | 101110 | 0 | 101000 | 11010000 | 1100011 | 11110 |
Color Harmonies of #015299
Complementary color
Monochromatic Colors of #015299
Black with #015299
Text Example
Text Example
White with #015299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015299; }
p { color: rgb(1,82,153); }
H1.HeaderClassName
{
color: #015299;
}
.AnyTagClassName
{
color: #015299;
}
</style>
background-color css
<style>
a { background-color: #015299; }
a { background-color: rgb(1,82,153); }
div.DivClassName
{
background-color: #015299;
}
.BgClassName
{
background-color: #015299;
}
</style>
border-color css
<style>
span { border-color: #015299; }
span { border-color: rgb(1,82,153); }
td.TdClassName
{
border-color: #015299;
}
.TagClassName
{
border-color: #015299;
}
</style>