Shades of Ultramarine #1116A6
Tints of Ultramarine #1116A6
RGB
CMYK
RGB Variations
Color information
#1116A6 (or 0x1116A6) is known color: Ultramarine. HEX triplet: 11, 16 and A6. RGB value is (17,22,166). Sum of RGB (Red+Green+Blue) = 17+22+166=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 166 (65.23% from 255 or 80.98% from 205); Max value from RGB is 166 - color contains mainly: blue. Hex color #1116A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116A6 is #EEE959. Grayscale: #242424. Windows color (decimal): -15657306 or 10884625. OLE color: 10884625.
HSL color Cylindrical-coordinate representation of color #1116A6: hue angle of 237.99º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1116A6 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 22 | 166 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.35 |
| HSL | 237.99º | 0.81% | 0.36% | - |
| HSV(B) | 237.99º | 0.9% | 0.65% | - |
| XYZ | 7.4 | 3.45 | 36.35 | - |
| YUV | 36.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 166 | 0.90 | 0.87 | 0 | 0.35 | 237.99 | 0.81 | 0.36 |
| Hex | 11 | 16 | A6 | 5A | 57 | 0 | 23 | EE | 51 | 24 |
| Octal | 21 | 26 | 246 | 132 | 127 | 0 | 43 | 356 | 121 | 44 |
| Binary | 10001 | 10110 | 10100110 | 1011010 | 1010111 | 0 | 100011 | 11101110 | 1010001 | 100100 |
Color Harmonies of #1116A6
Complementary color
Monochromatic Colors of #1116A6
Black with #1116A6
Text Example
Text Example
White with #1116A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116A6; }
p { color: rgb(17,22,166); }
H1.HeaderClassName
{
color: #1116A6;
}
.AnyTagClassName
{
color: #1116A6;
}
</style>
background-color css
<style>
a { background-color: #1116A6; }
a { background-color: rgb(17,22,166); }
div.DivClassName
{
background-color: #1116A6;
}
.BgClassName
{
background-color: #1116A6;
}
</style>
border-color css
<style>
span { border-color: #1116A6; }
span { border-color: rgb(17,22,166); }
td.TdClassName
{
border-color: #1116A6;
}
.TagClassName
{
border-color: #1116A6;
}
</style>