Shades of Cobalt #005EA6
Tints of Cobalt #005EA6
RGB
CMYK
RGB Variations
Color information
#005EA6 (or 0x005EA6) is known color: Cobalt. HEX triplet: 00, 5E and A6. RGB value is (0,94,166). Sum of RGB (Red+Green+Blue) = 0+94+166=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #005EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005EA6 is #FFA159. Grayscale: #494949. Windows color (decimal): -16752986 or 10903040. OLE color: 10903040.
HSL color Cylindrical-coordinate representation of color #005EA6: hue angle of 206.02º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EA6 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 94 | 166 | - |
| CMYK | 1 | 0.43 | 0 | 0.35 |
| HSL | 206.02º | 1% | 0.33% | - |
| HSV(B) | 206.02º | 1% | 0.65% | - |
| XYZ | 10.89 | 10.76 | 37.58 | - |
| YUV | 74.1 | 179.86 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 166 | 1 | 0.43 | 0 | 0.35 | 206.02 | 1 | 0.33 |
| Hex | 0 | 5E | A6 | 64 | 2B | 0 | 23 | CE | 64 | 21 |
| Octal | 0 | 136 | 246 | 144 | 53 | 0 | 43 | 316 | 144 | 41 |
| Binary | 0 | 1011110 | 10100110 | 1100100 | 101011 | 0 | 100011 | 11001110 | 1100100 | 100001 |
Color Harmonies of #005EA6
Complementary color
Monochromatic Colors of #005EA6
Black with #005EA6
Text Example
Text Example
White with #005EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EA6; }
p { color: rgb(0,94,166); }
H1.HeaderClassName
{
color: #005EA6;
}
.AnyTagClassName
{
color: #005EA6;
}
</style>
background-color css
<style>
a { background-color: #005EA6; }
a { background-color: rgb(0,94,166); }
div.DivClassName
{
background-color: #005EA6;
}
.BgClassName
{
background-color: #005EA6;
}
</style>
border-color css
<style>
span { border-color: #005EA6; }
span { border-color: rgb(0,94,166); }
td.TdClassName
{
border-color: #005EA6;
}
.TagClassName
{
border-color: #005EA6;
}
</style>