Shades of Cobalt #005E9A
Tints of Cobalt #005E9A
RGB
CMYK
RGB Variations
Color information
#005E9A (or 0x005E9A) is known color: Cobalt. HEX triplet: 00, 5E and 9A. RGB value is (0,94,154). Sum of RGB (Red+Green+Blue) = 0+94+154=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #005E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E9A is #FFA165. Grayscale: #484848. Windows color (decimal): -16752998 or 10116608. OLE color: 10116608.
HSL color Cylindrical-coordinate representation of color #005E9A: hue angle of 203.38º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E9A is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 94 | 154 | - |
| CMYK | 1 | 0.39 | 0 | 0.40 |
| HSL | 203.38º | 1% | 0.3% | - |
| HSV(B) | 203.38º | 1% | 0.6% | - |
| XYZ | 9.84 | 10.34 | 32.05 | - |
| YUV | 72.73 | 173.86 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 154 | 1 | 0.39 | 0 | 0.40 | 203.38 | 1 | 0.3 |
| Hex | 0 | 5E | 9A | 64 | 27 | 0 | 28 | CB | 64 | 1E |
| Octal | 0 | 136 | 232 | 144 | 47 | 0 | 50 | 313 | 144 | 36 |
| Binary | 0 | 1011110 | 10011010 | 1100100 | 100111 | 0 | 101000 | 11001011 | 1100100 | 11110 |
Color Harmonies of #005E9A
Complementary color
Monochromatic Colors of #005E9A
Black with #005E9A
Text Example
Text Example
White with #005E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E9A; }
p { color: rgb(0,94,154); }
H1.HeaderClassName
{
color: #005E9A;
}
.AnyTagClassName
{
color: #005E9A;
}
</style>
background-color css
<style>
a { background-color: #005E9A; }
a { background-color: rgb(0,94,154); }
div.DivClassName
{
background-color: #005E9A;
}
.BgClassName
{
background-color: #005E9A;
}
</style>
border-color css
<style>
span { border-color: #005E9A; }
span { border-color: rgb(0,94,154); }
td.TdClassName
{
border-color: #005E9A;
}
.TagClassName
{
border-color: #005E9A;
}
</style>