Shades of Ultramarine #1116AB
Tints of Ultramarine #1116AB
RGB
CMYK
RGB Variations
Color information
#1116AB (or 0x1116AB) is known color: Ultramarine. HEX triplet: 11, 16 and AB. RGB value is (17,22,171). Sum of RGB (Red+Green+Blue) = 17+22+171=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #1116AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116AB is #EEE954. Grayscale: #242424. Windows color (decimal): -15657301 or 11212305. OLE color: 11212305.
HSL color Cylindrical-coordinate representation of color #1116AB: hue angle of 238.05º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1116AB is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 22 | 171 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.33 |
| HSL | 238.05º | 0.82% | 0.37% | - |
| HSV(B) | 238.05º | 0.9% | 0.67% | - |
| XYZ | 7.87 | 3.63 | 38.81 | - |
| YUV | 37.49 | 203.34 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 171 | 0.90 | 0.87 | 0 | 0.33 | 238.05 | 0.82 | 0.37 |
| Hex | 11 | 16 | AB | 5A | 57 | 0 | 21 | EE | 52 | 25 |
| Octal | 21 | 26 | 253 | 132 | 127 | 0 | 41 | 356 | 122 | 45 |
| Binary | 10001 | 10110 | 10101011 | 1011010 | 1010111 | 0 | 100001 | 11101110 | 1010010 | 100101 |
Color Harmonies of #1116AB
Complementary color
Monochromatic Colors of #1116AB
Black with #1116AB
Text Example
Text Example
White with #1116AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116AB; }
p { color: rgb(17,22,171); }
H1.HeaderClassName
{
color: #1116AB;
}
.AnyTagClassName
{
color: #1116AB;
}
</style>
background-color css
<style>
a { background-color: #1116AB; }
a { background-color: rgb(17,22,171); }
div.DivClassName
{
background-color: #1116AB;
}
.BgClassName
{
background-color: #1116AB;
}
</style>
border-color css
<style>
span { border-color: #1116AB; }
span { border-color: rgb(17,22,171); }
td.TdClassName
{
border-color: #1116AB;
}
.TagClassName
{
border-color: #1116AB;
}
</style>