Shades of Cobalt #0053AD
Tints of Cobalt #0053AD
RGB
CMYK
RGB Variations
Color information
#0053AD (or 0x0053AD) is known color: Cobalt. HEX triplet: 00, 53 and AD. RGB value is (0,83,173). Sum of RGB (Red+Green+Blue) = 0+83+173=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #0053AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0053AD is #FFAC52. Grayscale: #444444. Windows color (decimal): -16755795 or 11358976. OLE color: 11358976.
HSL color Cylindrical-coordinate representation of color #0053AD: hue angle of 211.21º 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 #0053AD is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 83 | 173 | - |
| CMYK | 1 | 0.52 | 0 | 0.32 |
| HSL | 211.21º | 1% | 0.34% | - |
| HSV(B) | 211.21º | 1% | 0.68% | - |
| XYZ | 10.64 | 9.2 | 40.75 | - |
| YUV | 68.44 | 187 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 173 | 1 | 0.52 | 0 | 0.32 | 211.21 | 1 | 0.34 |
| Hex | 0 | 53 | AD | 64 | 34 | 0 | 20 | D3 | 64 | 22 |
| Octal | 0 | 123 | 255 | 144 | 64 | 0 | 40 | 323 | 144 | 42 |
| Binary | 0 | 1010011 | 10101101 | 1100100 | 110100 | 0 | 100000 | 11010011 | 1100100 | 100010 |
Color Harmonies of #0053AD
Complementary color
Monochromatic Colors of #0053AD
Black with #0053AD
Text Example
Text Example
White with #0053AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053AD; }
p { color: rgb(0,83,173); }
H1.HeaderClassName
{
color: #0053AD;
}
.AnyTagClassName
{
color: #0053AD;
}
</style>
background-color css
<style>
a { background-color: #0053AD; }
a { background-color: rgb(0,83,173); }
div.DivClassName
{
background-color: #0053AD;
}
.BgClassName
{
background-color: #0053AD;
}
</style>
border-color css
<style>
span { border-color: #0053AD; }
span { border-color: rgb(0,83,173); }
td.TdClassName
{
border-color: #0053AD;
}
.TagClassName
{
border-color: #0053AD;
}
</style>