Shades of Cobalt #0053A8
Tints of Cobalt #0053A8
RGB
CMYK
RGB Variations
Color information
#0053A8 (or 0x0053A8) is known color: Cobalt. HEX triplet: 00, 53 and A8. RGB value is (0,83,168). Sum of RGB (Red+Green+Blue) = 0+83+168=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 168 (66.02% from 255 or 66.93% from 251); Max value from RGB is 168 - color contains mainly: blue. Hex color #0053A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0053A8 is #FFAC57. Grayscale: #434343. Windows color (decimal): -16755800 or 11031296. OLE color: 11031296.
HSL color Cylindrical-coordinate representation of color #0053A8: hue angle of 210.36º 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 #0053A8 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 83 | 168 | - |
| CMYK | 1 | 0.51 | 0 | 0.34 |
| HSL | 210.36º | 1% | 0.33% | - |
| HSV(B) | 210.36º | 1% | 0.66% | - |
| XYZ | 10.16 | 9.01 | 38.25 | - |
| YUV | 67.87 | 184.5 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 168 | 1 | 0.51 | 0 | 0.34 | 210.36 | 1 | 0.33 |
| Hex | 0 | 53 | A8 | 64 | 33 | 0 | 22 | D2 | 64 | 21 |
| Octal | 0 | 123 | 250 | 144 | 63 | 0 | 42 | 322 | 144 | 41 |
| Binary | 0 | 1010011 | 10101000 | 1100100 | 110011 | 0 | 100010 | 11010010 | 1100100 | 100001 |
Color Harmonies of #0053A8
Complementary color
Monochromatic Colors of #0053A8
Black with #0053A8
Text Example
Text Example
White with #0053A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053A8; }
p { color: rgb(0,83,168); }
H1.HeaderClassName
{
color: #0053A8;
}
.AnyTagClassName
{
color: #0053A8;
}
</style>
background-color css
<style>
a { background-color: #0053A8; }
a { background-color: rgb(0,83,168); }
div.DivClassName
{
background-color: #0053A8;
}
.BgClassName
{
background-color: #0053A8;
}
</style>
border-color css
<style>
span { border-color: #0053A8; }
span { border-color: rgb(0,83,168); }
td.TdClassName
{
border-color: #0053A8;
}
.TagClassName
{
border-color: #0053A8;
}
</style>