Shades of Cobalt #1053AE
Tints of Cobalt #1053AE
RGB
CMYK
RGB Variations
Color information
#1053AE (or 0x1053AE) is known color: Cobalt. HEX triplet: 10, 53 and AE. RGB value is (16,83,174). Sum of RGB (Red+Green+Blue) = 16+83+174=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #1053AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1053AE is #EFAC51. Grayscale: #484848. Windows color (decimal): -15707218 or 11424528. OLE color: 11424528.
HSL color Cylindrical-coordinate representation of color #1053AE: hue angle of 214.56º 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 #1053AE is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 83 | 174 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.32 |
| HSL | 214.56º | 0.83% | 0.37% | - |
| HSV(B) | 214.56º | 0.91% | 0.68% | - |
| XYZ | 10.95 | 9.35 | 41.27 | - |
| YUV | 73.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 174 | 0.91 | 0.52 | 0 | 0.32 | 214.56 | 0.83 | 0.37 |
| Hex | 10 | 53 | AE | 5B | 34 | 0 | 20 | D7 | 53 | 25 |
| Octal | 20 | 123 | 256 | 133 | 64 | 0 | 40 | 327 | 123 | 45 |
| Binary | 10000 | 1010011 | 10101110 | 1011011 | 110100 | 0 | 100000 | 11010111 | 1010011 | 100101 |
Color Harmonies of #1053AE
Complementary color
Monochromatic Colors of #1053AE
Black with #1053AE
Text Example
Text Example
White with #1053AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053AE; }
p { color: rgb(16,83,174); }
H1.HeaderClassName
{
color: #1053AE;
}
.AnyTagClassName
{
color: #1053AE;
}
</style>
background-color css
<style>
a { background-color: #1053AE; }
a { background-color: rgb(16,83,174); }
div.DivClassName
{
background-color: #1053AE;
}
.BgClassName
{
background-color: #1053AE;
}
</style>
border-color css
<style>
span { border-color: #1053AE; }
span { border-color: rgb(16,83,174); }
td.TdClassName
{
border-color: #1053AE;
}
.TagClassName
{
border-color: #1053AE;
}
</style>