Shades of Cobalt #005EAE
Tints of Cobalt #005EAE
RGB
CMYK
RGB Variations
Color information
#005EAE (or 0x005EAE) is known color: Cobalt. HEX triplet: 00, 5E and AE. RGB value is (0,94,174). Sum of RGB (Red+Green+Blue) = 0+94+174=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #005EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005EAE is #FFA151. Grayscale: #4A4A4A. Windows color (decimal): -16752978 or 11427328. OLE color: 11427328.
HSL color Cylindrical-coordinate representation of color #005EAE: hue angle of 207.59º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EAE is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 94 | 174 | - |
| CMYK | 1 | 0.46 | 0 | 0.32 |
| HSL | 207.59º | 1% | 0.34% | - |
| HSV(B) | 207.59º | 1% | 0.68% | - |
| XYZ | 11.64 | 11.06 | 41.57 | - |
| YUV | 75.01 | 183.86 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 174 | 1 | 0.46 | 0 | 0.32 | 207.59 | 1 | 0.34 |
| Hex | 0 | 5E | AE | 64 | 2E | 0 | 20 | D0 | 64 | 22 |
| Octal | 0 | 136 | 256 | 144 | 56 | 0 | 40 | 320 | 144 | 42 |
| Binary | 0 | 1011110 | 10101110 | 1100100 | 101110 | 0 | 100000 | 11010000 | 1100100 | 100010 |
Color Harmonies of #005EAE
Complementary color
Monochromatic Colors of #005EAE
Black with #005EAE
Text Example
Text Example
White with #005EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EAE; }
p { color: rgb(0,94,174); }
H1.HeaderClassName
{
color: #005EAE;
}
.AnyTagClassName
{
color: #005EAE;
}
</style>
background-color css
<style>
a { background-color: #005EAE; }
a { background-color: rgb(0,94,174); }
div.DivClassName
{
background-color: #005EAE;
}
.BgClassName
{
background-color: #005EAE;
}
</style>
border-color css
<style>
span { border-color: #005EAE; }
span { border-color: rgb(0,94,174); }
td.TdClassName
{
border-color: #005EAE;
}
.TagClassName
{
border-color: #005EAE;
}
</style>