Shades of Cobalt #015EAA
Tints of Cobalt #015EAA
RGB
CMYK
RGB Variations
Color information
#015EAA (or 0x015EAA) is known color: Cobalt. HEX triplet: 01, 5E and AA. RGB value is (1,94,170). Sum of RGB (Red+Green+Blue) = 1+94+170=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #015EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015EAA is #FEA155. Grayscale: #4A4A4A. Windows color (decimal): -16687446 or 11165185. OLE color: 11165185.
HSL color Cylindrical-coordinate representation of color #015EAA: hue angle of 206.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015EAA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 94 | 170 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.33 |
| HSL | 206.98º | 0.99% | 0.34% | - |
| HSV(B) | 206.98º | 0.99% | 0.67% | - |
| XYZ | 11.27 | 10.91 | 39.54 | - |
| YUV | 74.86 | 181.69 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 170 | 0.99 | 0.45 | 0 | 0.33 | 206.98 | 0.99 | 0.34 |
| Hex | 1 | 5E | AA | 63 | 2D | 0 | 21 | CF | 63 | 22 |
| Octal | 1 | 136 | 252 | 143 | 55 | 0 | 41 | 317 | 143 | 42 |
| Binary | 1 | 1011110 | 10101010 | 1100011 | 101101 | 0 | 100001 | 11001111 | 1100011 | 100010 |
Color Harmonies of #015EAA
Complementary color
Monochromatic Colors of #015EAA
Black with #015EAA
Text Example
Text Example
White with #015EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EAA; }
p { color: rgb(1,94,170); }
H1.HeaderClassName
{
color: #015EAA;
}
.AnyTagClassName
{
color: #015EAA;
}
</style>
background-color css
<style>
a { background-color: #015EAA; }
a { background-color: rgb(1,94,170); }
div.DivClassName
{
background-color: #015EAA;
}
.BgClassName
{
background-color: #015EAA;
}
</style>
border-color css
<style>
span { border-color: #015EAA; }
span { border-color: rgb(1,94,170); }
td.TdClassName
{
border-color: #015EAA;
}
.TagClassName
{
border-color: #015EAA;
}
</style>