Shades of Cobalt #005DA9
Tints of Cobalt #005DA9
RGB
CMYK
RGB Variations
Color information
#005DA9 (or 0x005DA9) is known color: Cobalt. HEX triplet: 00, 5D and A9. RGB value is (0,93,169). Sum of RGB (Red+Green+Blue) = 0+93+169=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 169 (66.41% from 255 or 64.50% from 262); Max value from RGB is 169 - color contains mainly: blue. Hex color #005DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DA9 is #FFA256. Grayscale: #494949. Windows color (decimal): -16753239 or 11099392. OLE color: 11099392.
HSL color Cylindrical-coordinate representation of color #005DA9: hue angle of 206.98º 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 #005DA9 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 93 | 169 | - |
| CMYK | 1 | 0.45 | 0 | 0.34 |
| HSL | 206.98º | 1% | 0.33% | - |
| HSV(B) | 206.98º | 1% | 0.66% | - |
| XYZ | 11.08 | 10.69 | 39.02 | - |
| YUV | 73.86 | 181.69 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 169 | 1 | 0.45 | 0 | 0.34 | 206.98 | 1 | 0.33 |
| Hex | 0 | 5D | A9 | 64 | 2D | 0 | 22 | CF | 64 | 21 |
| Octal | 0 | 135 | 251 | 144 | 55 | 0 | 42 | 317 | 144 | 41 |
| Binary | 0 | 1011101 | 10101001 | 1100100 | 101101 | 0 | 100010 | 11001111 | 1100100 | 100001 |
Color Harmonies of #005DA9
Complementary color
Monochromatic Colors of #005DA9
Black with #005DA9
Text Example
Text Example
White with #005DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DA9; }
p { color: rgb(0,93,169); }
H1.HeaderClassName
{
color: #005DA9;
}
.AnyTagClassName
{
color: #005DA9;
}
</style>
background-color css
<style>
a { background-color: #005DA9; }
a { background-color: rgb(0,93,169); }
div.DivClassName
{
background-color: #005DA9;
}
.BgClassName
{
background-color: #005DA9;
}
</style>
border-color css
<style>
span { border-color: #005DA9; }
span { border-color: rgb(0,93,169); }
td.TdClassName
{
border-color: #005DA9;
}
.TagClassName
{
border-color: #005DA9;
}
</style>