Shades of Cobalt #015499
Tints of Cobalt #015499
RGB
CMYK
RGB Variations
Color information
#015499 (or 0x015499) is known color: Cobalt. HEX triplet: 01, 54 and 99. RGB value is (1,84,153). Sum of RGB (Red+Green+Blue) = 1+84+153=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #015499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015499 is #FEAB66. Grayscale: #424242. Windows color (decimal): -16690023 or 10048513. OLE color: 10048513.
HSL color Cylindrical-coordinate representation of color #015499: hue angle of 207.24º 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 #015499 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 84 | 153 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.4 |
| HSL | 207.24º | 0.99% | 0.3% | - |
| HSV(B) | 207.24º | 0.99% | 0.6% | - |
| XYZ | 8.93 | 8.65 | 31.34 | - |
| YUV | 67.05 | 176.5 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 153 | 0.99 | 0.45 | 0 | 0.4 | 207.24 | 0.99 | 0.3 |
| Hex | 1 | 54 | 99 | 63 | 2D | 0 | 28 | CF | 63 | 1E |
| Octal | 1 | 124 | 231 | 143 | 55 | 0 | 50 | 317 | 143 | 36 |
| Binary | 1 | 1010100 | 10011001 | 1100011 | 101101 | 0 | 101000 | 11001111 | 1100011 | 11110 |
Color Harmonies of #015499
Complementary color
Monochromatic Colors of #015499
Black with #015499
Text Example
Text Example
White with #015499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015499; }
p { color: rgb(1,84,153); }
H1.HeaderClassName
{
color: #015499;
}
.AnyTagClassName
{
color: #015499;
}
</style>
background-color css
<style>
a { background-color: #015499; }
a { background-color: rgb(1,84,153); }
div.DivClassName
{
background-color: #015499;
}
.BgClassName
{
background-color: #015499;
}
</style>
border-color css
<style>
span { border-color: #015499; }
span { border-color: rgb(1,84,153); }
td.TdClassName
{
border-color: #015499;
}
.TagClassName
{
border-color: #015499;
}
</style>