Shades of Cobalt #005EA8
Tints of Cobalt #005EA8
RGB
CMYK
RGB Variations
Color information
#005EA8 (or 0x005EA8) is known color: Cobalt. HEX triplet: 00, 5E and A8. RGB value is (0,94,168). Sum of RGB (Red+Green+Blue) = 0+94+168=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 168 (66.02% from 255 or 64.12% from 262); Max value from RGB is 168 - color contains mainly: blue. Hex color #005EA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005EA8 is #FFA157. Grayscale: #494949. Windows color (decimal): -16752984 or 11034112. OLE color: 11034112.
HSL color Cylindrical-coordinate representation of color #005EA8: hue angle of 206.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EA8 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 94 | 168 | - |
| CMYK | 1 | 0.44 | 0 | 0.34 |
| HSL | 206.43º | 1% | 0.33% | - |
| HSV(B) | 206.43º | 1% | 0.66% | - |
| XYZ | 11.07 | 10.83 | 38.55 | - |
| YUV | 74.33 | 180.86 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 168 | 1 | 0.44 | 0 | 0.34 | 206.43 | 1 | 0.33 |
| Hex | 0 | 5E | A8 | 64 | 2C | 0 | 22 | CE | 64 | 21 |
| Octal | 0 | 136 | 250 | 144 | 54 | 0 | 42 | 316 | 144 | 41 |
| Binary | 0 | 1011110 | 10101000 | 1100100 | 101100 | 0 | 100010 | 11001110 | 1100100 | 100001 |
Color Harmonies of #005EA8
Complementary color
Monochromatic Colors of #005EA8
Black with #005EA8
Text Example
Text Example
White with #005EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EA8; }
p { color: rgb(0,94,168); }
H1.HeaderClassName
{
color: #005EA8;
}
.AnyTagClassName
{
color: #005EA8;
}
</style>
background-color css
<style>
a { background-color: #005EA8; }
a { background-color: rgb(0,94,168); }
div.DivClassName
{
background-color: #005EA8;
}
.BgClassName
{
background-color: #005EA8;
}
</style>
border-color css
<style>
span { border-color: #005EA8; }
span { border-color: rgb(0,94,168); }
td.TdClassName
{
border-color: #005EA8;
}
.TagClassName
{
border-color: #005EA8;
}
</style>