Shades of Cobalt #005DA8
Tints of Cobalt #005DA8
RGB
CMYK
RGB Variations
Color information
#005DA8 (or 0x005DA8) is known color: Cobalt. HEX triplet: 00, 5D and A8. RGB value is (0,93,168). Sum of RGB (Red+Green+Blue) = 0+93+168=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 168 (66.02% from 255 or 64.37% from 261); Max value from RGB is 168 - color contains mainly: blue. Hex color #005DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DA8 is #FFA257. Grayscale: #494949. Windows color (decimal): -16753240 or 11033856. OLE color: 11033856.
HSL color Cylindrical-coordinate representation of color #005DA8: hue angle of 206.79º 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 #005DA8 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 93 | 168 | - |
| CMYK | 1 | 0.45 | 0 | 0.34 |
| HSL | 206.79º | 1% | 0.33% | - |
| HSV(B) | 206.79º | 1% | 0.66% | - |
| XYZ | 10.98 | 10.66 | 38.52 | - |
| YUV | 73.74 | 181.19 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 168 | 1 | 0.45 | 0 | 0.34 | 206.79 | 1 | 0.33 |
| Hex | 0 | 5D | A8 | 64 | 2D | 0 | 22 | CF | 64 | 21 |
| Octal | 0 | 135 | 250 | 144 | 55 | 0 | 42 | 317 | 144 | 41 |
| Binary | 0 | 1011101 | 10101000 | 1100100 | 101101 | 0 | 100010 | 11001111 | 1100100 | 100001 |
Color Harmonies of #005DA8
Complementary color
Monochromatic Colors of #005DA8
Black with #005DA8
Text Example
Text Example
White with #005DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DA8; }
p { color: rgb(0,93,168); }
H1.HeaderClassName
{
color: #005DA8;
}
.AnyTagClassName
{
color: #005DA8;
}
</style>
background-color css
<style>
a { background-color: #005DA8; }
a { background-color: rgb(0,93,168); }
div.DivClassName
{
background-color: #005DA8;
}
.BgClassName
{
background-color: #005DA8;
}
</style>
border-color css
<style>
span { border-color: #005DA8; }
span { border-color: rgb(0,93,168); }
td.TdClassName
{
border-color: #005DA8;
}
.TagClassName
{
border-color: #005DA8;
}
</style>