Shades of Cobalt #1052AA
Tints of Cobalt #1052AA
RGB
CMYK
RGB Variations
Color information
#1052AA (or 0x1052AA) is known color: Cobalt. HEX triplet: 10, 52 and AA. RGB value is (16,82,170). Sum of RGB (Red+Green+Blue) = 16+82+170=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #1052AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1052AA is #EFAD55. Grayscale: #474747. Windows color (decimal): -15707478 or 11162128. OLE color: 11162128.
HSL color Cylindrical-coordinate representation of color #1052AA: hue angle of 214.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1052AA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 82 | 170 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.33 |
| HSL | 214.29º | 0.83% | 0.36% | - |
| HSV(B) | 214.29º | 0.91% | 0.67% | - |
| XYZ | 10.49 | 9.05 | 39.22 | - |
| YUV | 72.3 | 183.13 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 170 | 0.91 | 0.52 | 0 | 0.33 | 214.29 | 0.83 | 0.36 |
| Hex | 10 | 52 | AA | 5B | 34 | 0 | 21 | D6 | 53 | 24 |
| Octal | 20 | 122 | 252 | 133 | 64 | 0 | 41 | 326 | 123 | 44 |
| Binary | 10000 | 1010010 | 10101010 | 1011011 | 110100 | 0 | 100001 | 11010110 | 1010011 | 100100 |
Color Harmonies of #1052AA
Complementary color
Monochromatic Colors of #1052AA
Black with #1052AA
Text Example
Text Example
White with #1052AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052AA; }
p { color: rgb(16,82,170); }
H1.HeaderClassName
{
color: #1052AA;
}
.AnyTagClassName
{
color: #1052AA;
}
</style>
background-color css
<style>
a { background-color: #1052AA; }
a { background-color: rgb(16,82,170); }
div.DivClassName
{
background-color: #1052AA;
}
.BgClassName
{
background-color: #1052AA;
}
</style>
border-color css
<style>
span { border-color: #1052AA; }
span { border-color: rgb(16,82,170); }
td.TdClassName
{
border-color: #1052AA;
}
.TagClassName
{
border-color: #1052AA;
}
</style>