Shades of Cobalt #1053AD
Tints of Cobalt #1053AD
RGB
CMYK
RGB Variations
Color information
#1053AD (or 0x1053AD) is known color: Cobalt. HEX triplet: 10, 53 and AD. RGB value is (16,83,173). Sum of RGB (Red+Green+Blue) = 16+83+173=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #1053AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1053AD is #EFAC52. Grayscale: #484848. Windows color (decimal): -15707219 or 11358992. OLE color: 11358992.
HSL color Cylindrical-coordinate representation of color #1053AD: hue angle of 214.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1053AD is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 83 | 173 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.32 |
| HSL | 214.39º | 0.83% | 0.37% | - |
| HSV(B) | 214.39º | 0.91% | 0.68% | - |
| XYZ | 10.85 | 9.31 | 40.76 | - |
| YUV | 73.23 | 184.3 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 173 | 0.91 | 0.52 | 0 | 0.32 | 214.39 | 0.83 | 0.37 |
| Hex | 10 | 53 | AD | 5B | 34 | 0 | 20 | D6 | 53 | 25 |
| Octal | 20 | 123 | 255 | 133 | 64 | 0 | 40 | 326 | 123 | 45 |
| Binary | 10000 | 1010011 | 10101101 | 1011011 | 110100 | 0 | 100000 | 11010110 | 1010011 | 100101 |
Color Harmonies of #1053AD
Complementary color
Monochromatic Colors of #1053AD
Black with #1053AD
Text Example
Text Example
White with #1053AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053AD; }
p { color: rgb(16,83,173); }
H1.HeaderClassName
{
color: #1053AD;
}
.AnyTagClassName
{
color: #1053AD;
}
</style>
background-color css
<style>
a { background-color: #1053AD; }
a { background-color: rgb(16,83,173); }
div.DivClassName
{
background-color: #1053AD;
}
.BgClassName
{
background-color: #1053AD;
}
</style>
border-color css
<style>
span { border-color: #1053AD; }
span { border-color: rgb(16,83,173); }
td.TdClassName
{
border-color: #1053AD;
}
.TagClassName
{
border-color: #1053AD;
}
</style>