Shades of Ultramarine #1118AA
Tints of Ultramarine #1118AA
RGB
CMYK
RGB Variations
Color information
#1118AA (or 0x1118AA) is known color: Ultramarine. HEX triplet: 11, 18 and AA. RGB value is (17,24,170). Sum of RGB (Red+Green+Blue) = 17+24+170=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #1118AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1118AA is #EEE755. Grayscale: #252525. Windows color (decimal): -15656790 or 11147281. OLE color: 11147281.
HSL color Cylindrical-coordinate representation of color #1118AA: hue angle of 237.25º 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 #1118AA is Cyan = 0.9, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 24 | 170 | - |
| CMYK | 0.9 | 0.86 | 0 | 0.33 |
| HSL | 237.25º | 0.82% | 0.37% | - |
| HSV(B) | 237.25º | 0.9% | 0.67% | - |
| XYZ | 7.81 | 3.67 | 38.33 | - |
| YUV | 38.55 | 202.18 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 170 | 0.9 | 0.86 | 0 | 0.33 | 237.25 | 0.82 | 0.37 |
| Hex | 11 | 18 | AA | 5A | 56 | 0 | 21 | ED | 52 | 25 |
| Octal | 21 | 30 | 252 | 132 | 126 | 0 | 41 | 355 | 122 | 45 |
| Binary | 10001 | 11000 | 10101010 | 1011010 | 1010110 | 0 | 100001 | 11101101 | 1010010 | 100101 |
Color Harmonies of #1118AA
Complementary color
Monochromatic Colors of #1118AA
Black with #1118AA
Text Example
Text Example
White with #1118AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1118AA; }
p { color: rgb(17,24,170); }
H1.HeaderClassName
{
color: #1118AA;
}
.AnyTagClassName
{
color: #1118AA;
}
</style>
background-color css
<style>
a { background-color: #1118AA; }
a { background-color: rgb(17,24,170); }
div.DivClassName
{
background-color: #1118AA;
}
.BgClassName
{
background-color: #1118AA;
}
</style>
border-color css
<style>
span { border-color: #1118AA; }
span { border-color: rgb(17,24,170); }
td.TdClassName
{
border-color: #1118AA;
}
.TagClassName
{
border-color: #1118AA;
}
</style>