Shades of Cobalt #0053AA
Tints of Cobalt #0053AA
RGB
CMYK
RGB Variations
Color information
#0053AA (or 0x0053AA) is known color: Cobalt. HEX triplet: 00, 53 and AA. RGB value is (0,83,170). Sum of RGB (Red+Green+Blue) = 0+83+170=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #0053AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0053AA is #FFAC55. Grayscale: #434343. Windows color (decimal): -16755798 or 11162368. OLE color: 11162368.
HSL color Cylindrical-coordinate representation of color #0053AA: hue angle of 210.71º 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 #0053AA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 83 | 170 | - |
| CMYK | 1 | 0.51 | 0 | 0.33 |
| HSL | 210.71º | 1% | 0.33% | - |
| HSV(B) | 210.71º | 1% | 0.67% | - |
| XYZ | 10.35 | 9.09 | 39.24 | - |
| YUV | 68.1 | 185.5 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 170 | 1 | 0.51 | 0 | 0.33 | 210.71 | 1 | 0.33 |
| Hex | 0 | 53 | AA | 64 | 33 | 0 | 21 | D3 | 64 | 21 |
| Octal | 0 | 123 | 252 | 144 | 63 | 0 | 41 | 323 | 144 | 41 |
| Binary | 0 | 1010011 | 10101010 | 1100100 | 110011 | 0 | 100001 | 11010011 | 1100100 | 100001 |
Color Harmonies of #0053AA
Complementary color
Monochromatic Colors of #0053AA
Black with #0053AA
Text Example
Text Example
White with #0053AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053AA; }
p { color: rgb(0,83,170); }
H1.HeaderClassName
{
color: #0053AA;
}
.AnyTagClassName
{
color: #0053AA;
}
</style>
background-color css
<style>
a { background-color: #0053AA; }
a { background-color: rgb(0,83,170); }
div.DivClassName
{
background-color: #0053AA;
}
.BgClassName
{
background-color: #0053AA;
}
</style>
border-color css
<style>
span { border-color: #0053AA; }
span { border-color: rgb(0,83,170); }
td.TdClassName
{
border-color: #0053AA;
}
.TagClassName
{
border-color: #0053AA;
}
</style>