Shades of Cobalt #005DAA
Tints of Cobalt #005DAA
RGB
CMYK
RGB Variations
Color information
#005DAA (or 0x005DAA) is known color: Cobalt. HEX triplet: 00, 5D and AA. RGB value is (0,93,170). Sum of RGB (Red+Green+Blue) = 0+93+170=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #005DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DAA is #FFA255. Grayscale: #494949. Windows color (decimal): -16753238 or 11164928. OLE color: 11164928.
HSL color Cylindrical-coordinate representation of color #005DAA: hue angle of 207.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DAA is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 93 | 170 | - |
| CMYK | 1 | 0.45 | 0 | 0.33 |
| HSL | 207.18º | 1% | 0.33% | - |
| HSV(B) | 207.18º | 1% | 0.67% | - |
| XYZ | 11.17 | 10.73 | 39.51 | - |
| YUV | 73.97 | 182.19 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 170 | 1 | 0.45 | 0 | 0.33 | 207.18 | 1 | 0.33 |
| Hex | 0 | 5D | AA | 64 | 2D | 0 | 21 | CF | 64 | 21 |
| Octal | 0 | 135 | 252 | 144 | 55 | 0 | 41 | 317 | 144 | 41 |
| Binary | 0 | 1011101 | 10101010 | 1100100 | 101101 | 0 | 100001 | 11001111 | 1100100 | 100001 |
Color Harmonies of #005DAA
Complementary color
Monochromatic Colors of #005DAA
Black with #005DAA
Text Example
Text Example
White with #005DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DAA; }
p { color: rgb(0,93,170); }
H1.HeaderClassName
{
color: #005DAA;
}
.AnyTagClassName
{
color: #005DAA;
}
</style>
background-color css
<style>
a { background-color: #005DAA; }
a { background-color: rgb(0,93,170); }
div.DivClassName
{
background-color: #005DAA;
}
.BgClassName
{
background-color: #005DAA;
}
</style>
border-color css
<style>
span { border-color: #005DAA; }
span { border-color: rgb(0,93,170); }
td.TdClassName
{
border-color: #005DAA;
}
.TagClassName
{
border-color: #005DAA;
}
</style>