Shades of Cobalt #1053A1
Tints of Cobalt #1053A1
RGB
CMYK
RGB Variations
Color information
#1053A1 (or 0x1053A1) is known color: Cobalt. HEX triplet: 10, 53 and A1. RGB value is (16,83,161). Sum of RGB (Red+Green+Blue) = 16+83+161=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #1053A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1053A1 is #EFAC5E. Grayscale: #474747. Windows color (decimal): -15707231 or 10572560. OLE color: 10572560.
HSL color Cylindrical-coordinate representation of color #1053A1: hue angle of 212.28º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1053A1 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 83 | 161 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.37 |
| HSL | 212.28º | 0.82% | 0.35% | - |
| HSV(B) | 212.28º | 0.9% | 0.63% | - |
| XYZ | 9.74 | 8.87 | 34.92 | - |
| YUV | 71.86 | 178.3 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 161 | 0.90 | 0.48 | 0 | 0.37 | 212.28 | 0.82 | 0.35 |
| Hex | 10 | 53 | A1 | 5A | 30 | 0 | 25 | D4 | 52 | 23 |
| Octal | 20 | 123 | 241 | 132 | 60 | 0 | 45 | 324 | 122 | 43 |
| Binary | 10000 | 1010011 | 10100001 | 1011010 | 110000 | 0 | 100101 | 11010100 | 1010010 | 100011 |
Color Harmonies of #1053A1
Complementary color
Monochromatic Colors of #1053A1
Black with #1053A1
Text Example
Text Example
White with #1053A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053A1; }
p { color: rgb(16,83,161); }
H1.HeaderClassName
{
color: #1053A1;
}
.AnyTagClassName
{
color: #1053A1;
}
</style>
background-color css
<style>
a { background-color: #1053A1; }
a { background-color: rgb(16,83,161); }
div.DivClassName
{
background-color: #1053A1;
}
.BgClassName
{
background-color: #1053A1;
}
</style>
border-color css
<style>
span { border-color: #1053A1; }
span { border-color: rgb(16,83,161); }
td.TdClassName
{
border-color: #1053A1;
}
.TagClassName
{
border-color: #1053A1;
}
</style>