Shades of Cobalt #005DA3
Tints of Cobalt #005DA3
RGB
CMYK
RGB Variations
Color information
#005DA3 (or 0x005DA3) is known color: Cobalt. HEX triplet: 00, 5D and A3. RGB value is (0,93,163). Sum of RGB (Red+Green+Blue) = 0+93+163=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #005DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DA3 is #FFA25C. Grayscale: #484848. Windows color (decimal): -16753245 or 10706176. OLE color: 10706176.
HSL color Cylindrical-coordinate representation of color #005DA3: hue angle of 205.77º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DA3 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 93 | 163 | - |
| CMYK | 1 | 0.43 | 0 | 0.36 |
| HSL | 205.77º | 1% | 0.32% | - |
| HSV(B) | 205.77º | 1% | 0.64% | - |
| XYZ | 10.53 | 10.47 | 36.12 | - |
| YUV | 73.17 | 178.69 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 163 | 1 | 0.43 | 0 | 0.36 | 205.77 | 1 | 0.32 |
| Hex | 0 | 5D | A3 | 64 | 2B | 0 | 24 | CE | 64 | 20 |
| Octal | 0 | 135 | 243 | 144 | 53 | 0 | 44 | 316 | 144 | 40 |
| Binary | 0 | 1011101 | 10100011 | 1100100 | 101011 | 0 | 100100 | 11001110 | 1100100 | 100000 |
Color Harmonies of #005DA3
Complementary color
Monochromatic Colors of #005DA3
Black with #005DA3
Text Example
Text Example
White with #005DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DA3; }
p { color: rgb(0,93,163); }
H1.HeaderClassName
{
color: #005DA3;
}
.AnyTagClassName
{
color: #005DA3;
}
</style>
background-color css
<style>
a { background-color: #005DA3; }
a { background-color: rgb(0,93,163); }
div.DivClassName
{
background-color: #005DA3;
}
.BgClassName
{
background-color: #005DA3;
}
</style>
border-color css
<style>
span { border-color: #005DA3; }
span { border-color: rgb(0,93,163); }
td.TdClassName
{
border-color: #005DA3;
}
.TagClassName
{
border-color: #005DA3;
}
</style>