Shades of Cobalt #1053A3
Tints of Cobalt #1053A3
RGB
CMYK
RGB Variations
Color information
#1053A3 (or 0x1053A3) is known color: Cobalt. HEX triplet: 10, 53 and A3. RGB value is (16,83,163). Sum of RGB (Red+Green+Blue) = 16+83+163=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #1053A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1053A3 is #EFAC5C. Grayscale: #474747. Windows color (decimal): -15707229 or 10703632. OLE color: 10703632.
HSL color Cylindrical-coordinate representation of color #1053A3: hue angle of 212.65º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1053A3 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 83 | 163 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.36 |
| HSL | 212.65º | 0.82% | 0.35% | - |
| HSV(B) | 212.65º | 0.9% | 0.64% | - |
| XYZ | 9.92 | 8.94 | 35.85 | - |
| YUV | 72.09 | 179.3 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 163 | 0.90 | 0.49 | 0 | 0.36 | 212.65 | 0.82 | 0.35 |
| Hex | 10 | 53 | A3 | 5A | 31 | 0 | 24 | D5 | 52 | 23 |
| Octal | 20 | 123 | 243 | 132 | 61 | 0 | 44 | 325 | 122 | 43 |
| Binary | 10000 | 1010011 | 10100011 | 1011010 | 110001 | 0 | 100100 | 11010101 | 1010010 | 100011 |
Color Harmonies of #1053A3
Complementary color
Monochromatic Colors of #1053A3
Black with #1053A3
Text Example
Text Example
White with #1053A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053A3; }
p { color: rgb(16,83,163); }
H1.HeaderClassName
{
color: #1053A3;
}
.AnyTagClassName
{
color: #1053A3;
}
</style>
background-color css
<style>
a { background-color: #1053A3; }
a { background-color: rgb(16,83,163); }
div.DivClassName
{
background-color: #1053A3;
}
.BgClassName
{
background-color: #1053A3;
}
</style>
border-color css
<style>
span { border-color: #1053A3; }
span { border-color: rgb(16,83,163); }
td.TdClassName
{
border-color: #1053A3;
}
.TagClassName
{
border-color: #1053A3;
}
</style>