Shades of Cobalt #015495
Tints of Cobalt #015495
RGB
CMYK
RGB Variations
Color information
#015495 (or 0x015495) is known color: Cobalt. HEX triplet: 01, 54 and 95. RGB value is (1,84,149). Sum of RGB (Red+Green+Blue) = 1+84+149=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #015495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015495 is #FEAB6A. Grayscale: #424242. Windows color (decimal): -16690027 or 9786369. OLE color: 9786369.
HSL color Cylindrical-coordinate representation of color #015495: hue angle of 206.35º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015495 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 84 | 149 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.42 |
| HSL | 206.35º | 0.99% | 0.29% | - |
| HSV(B) | 206.35º | 0.99% | 0.58% | - |
| XYZ | 8.61 | 8.52 | 29.62 | - |
| YUV | 66.59 | 174.5 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 149 | 0.99 | 0.44 | 0 | 0.42 | 206.35 | 0.99 | 0.29 |
| Hex | 1 | 54 | 95 | 63 | 2C | 0 | 2A | CE | 63 | 1D |
| Octal | 1 | 124 | 225 | 143 | 54 | 0 | 52 | 316 | 143 | 35 |
| Binary | 1 | 1010100 | 10010101 | 1100011 | 101100 | 0 | 101010 | 11001110 | 1100011 | 11101 |
Color Harmonies of #015495
Complementary color
Monochromatic Colors of #015495
Black with #015495
Text Example
Text Example
White with #015495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015495; }
p { color: rgb(1,84,149); }
H1.HeaderClassName
{
color: #015495;
}
.AnyTagClassName
{
color: #015495;
}
</style>
background-color css
<style>
a { background-color: #015495; }
a { background-color: rgb(1,84,149); }
div.DivClassName
{
background-color: #015495;
}
.BgClassName
{
background-color: #015495;
}
</style>
border-color css
<style>
span { border-color: #015495; }
span { border-color: rgb(1,84,149); }
td.TdClassName
{
border-color: #015495;
}
.TagClassName
{
border-color: #015495;
}
</style>