Shades of Cobalt #005DAE
Tints of Cobalt #005DAE
RGB
CMYK
RGB Variations
Color information
#005DAE (or 0x005DAE) is known color: Cobalt. HEX triplet: 00, 5D and AE. RGB value is (0,93,174). Sum of RGB (Red+Green+Blue) = 0+93+174=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #005DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DAE is #FFA251. Grayscale: #4A4A4A. Windows color (decimal): -16753234 or 11427072. OLE color: 11427072.
HSL color Cylindrical-coordinate representation of color #005DAE: hue angle of 207.93º 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 #005DAE is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 93 | 174 | - |
| CMYK | 1 | 0.47 | 0 | 0.32 |
| HSL | 207.93º | 1% | 0.34% | - |
| HSV(B) | 207.93º | 1% | 0.68% | - |
| XYZ | 11.55 | 10.88 | 41.54 | - |
| YUV | 74.43 | 184.19 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 174 | 1 | 0.47 | 0 | 0.32 | 207.93 | 1 | 0.34 |
| Hex | 0 | 5D | AE | 64 | 2F | 0 | 20 | D0 | 64 | 22 |
| Octal | 0 | 135 | 256 | 144 | 57 | 0 | 40 | 320 | 144 | 42 |
| Binary | 0 | 1011101 | 10101110 | 1100100 | 101111 | 0 | 100000 | 11010000 | 1100100 | 100010 |
Color Harmonies of #005DAE
Complementary color
Monochromatic Colors of #005DAE
Black with #005DAE
Text Example
Text Example
White with #005DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DAE; }
p { color: rgb(0,93,174); }
H1.HeaderClassName
{
color: #005DAE;
}
.AnyTagClassName
{
color: #005DAE;
}
</style>
background-color css
<style>
a { background-color: #005DAE; }
a { background-color: rgb(0,93,174); }
div.DivClassName
{
background-color: #005DAE;
}
.BgClassName
{
background-color: #005DAE;
}
</style>
border-color css
<style>
span { border-color: #005DAE; }
span { border-color: rgb(0,93,174); }
td.TdClassName
{
border-color: #005DAE;
}
.TagClassName
{
border-color: #005DAE;
}
</style>