Shades of Cobalt #005FAE
Tints of Cobalt #005FAE
RGB
CMYK
RGB Variations
Color information
#005FAE (or 0x005FAE) is known color: Cobalt. HEX triplet: 00, 5F and AE. RGB value is (0,95,174). Sum of RGB (Red+Green+Blue) = 0+95+174=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #005FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FAE is #FFA051. Grayscale: #4B4B4B. Windows color (decimal): -16752722 or 11427584. OLE color: 11427584.
HSL color Cylindrical-coordinate representation of color #005FAE: hue angle of 207.24º 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 #005FAE is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 95 | 174 | - |
| CMYK | 1 | 0.45 | 0 | 0.32 |
| HSL | 207.24º | 1% | 0.34% | - |
| HSV(B) | 207.24º | 1% | 0.68% | - |
| XYZ | 11.73 | 11.24 | 41.6 | - |
| YUV | 75.6 | 183.53 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 174 | 1 | 0.45 | 0 | 0.32 | 207.24 | 1 | 0.34 |
| Hex | 0 | 5F | AE | 64 | 2D | 0 | 20 | CF | 64 | 22 |
| Octal | 0 | 137 | 256 | 144 | 55 | 0 | 40 | 317 | 144 | 42 |
| Binary | 0 | 1011111 | 10101110 | 1100100 | 101101 | 0 | 100000 | 11001111 | 1100100 | 100010 |
Color Harmonies of #005FAE
Complementary color
Monochromatic Colors of #005FAE
Black with #005FAE
Text Example
Text Example
White with #005FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FAE; }
p { color: rgb(0,95,174); }
H1.HeaderClassName
{
color: #005FAE;
}
.AnyTagClassName
{
color: #005FAE;
}
</style>
background-color css
<style>
a { background-color: #005FAE; }
a { background-color: rgb(0,95,174); }
div.DivClassName
{
background-color: #005FAE;
}
.BgClassName
{
background-color: #005FAE;
}
</style>
border-color css
<style>
span { border-color: #005FAE; }
span { border-color: rgb(0,95,174); }
td.TdClassName
{
border-color: #005FAE;
}
.TagClassName
{
border-color: #005FAE;
}
</style>