Shades of Ultramarine #1116A8
Tints of Ultramarine #1116A8
RGB
CMYK
RGB Variations
Color information
#1116A8 (or 0x1116A8) is known color: Ultramarine. HEX triplet: 11, 16 and A8. RGB value is (17,22,168). Sum of RGB (Red+Green+Blue) = 17+22+168=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 168 (66.02% from 255 or 81.16% from 207); Max value from RGB is 168 - color contains mainly: blue. Hex color #1116A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116A8 is #EEE957. Grayscale: #242424. Windows color (decimal): -15657304 or 11015697. OLE color: 11015697.
HSL color Cylindrical-coordinate representation of color #1116A8: hue angle of 238.01º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1116A8 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 22 | 168 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.34 |
| HSL | 238.01º | 0.82% | 0.36% | - |
| HSV(B) | 238.01º | 0.9% | 0.66% | - |
| XYZ | 7.59 | 3.52 | 37.33 | - |
| YUV | 37.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 168 | 0.90 | 0.87 | 0 | 0.34 | 238.01 | 0.82 | 0.36 |
| Hex | 11 | 16 | A8 | 5A | 57 | 0 | 22 | EE | 52 | 24 |
| Octal | 21 | 26 | 250 | 132 | 127 | 0 | 42 | 356 | 122 | 44 |
| Binary | 10001 | 10110 | 10101000 | 1011010 | 1010111 | 0 | 100010 | 11101110 | 1010010 | 100100 |
Color Harmonies of #1116A8
Complementary color
Monochromatic Colors of #1116A8
Black with #1116A8
Text Example
Text Example
White with #1116A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116A8; }
p { color: rgb(17,22,168); }
H1.HeaderClassName
{
color: #1116A8;
}
.AnyTagClassName
{
color: #1116A8;
}
</style>
background-color css
<style>
a { background-color: #1116A8; }
a { background-color: rgb(17,22,168); }
div.DivClassName
{
background-color: #1116A8;
}
.BgClassName
{
background-color: #1116A8;
}
</style>
border-color css
<style>
span { border-color: #1116A8; }
span { border-color: rgb(17,22,168); }
td.TdClassName
{
border-color: #1116A8;
}
.TagClassName
{
border-color: #1116A8;
}
</style>