Shades of Ultramarine #1118AB
Tints of Ultramarine #1118AB
RGB
CMYK
RGB Variations
Color information
#1118AB (or 0x1118AB) is known color: Ultramarine. HEX triplet: 11, 18 and AB. RGB value is (17,24,171). Sum of RGB (Red+Green+Blue) = 17+24+171=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #1118AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1118AB is #EEE754. Grayscale: #262626. Windows color (decimal): -15656789 or 11212817. OLE color: 11212817.
HSL color Cylindrical-coordinate representation of color #1118AB: hue angle of 237.27º 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 #1118AB is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 24 | 171 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.33 |
| HSL | 237.27º | 0.82% | 0.37% | - |
| HSV(B) | 237.27º | 0.9% | 0.67% | - |
| XYZ | 7.91 | 3.71 | 38.83 | - |
| YUV | 38.67 | 202.68 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 171 | 0.90 | 0.86 | 0 | 0.33 | 237.27 | 0.82 | 0.37 |
| Hex | 11 | 18 | AB | 5A | 56 | 0 | 21 | ED | 52 | 25 |
| Octal | 21 | 30 | 253 | 132 | 126 | 0 | 41 | 355 | 122 | 45 |
| Binary | 10001 | 11000 | 10101011 | 1011010 | 1010110 | 0 | 100001 | 11101101 | 1010010 | 100101 |
Color Harmonies of #1118AB
Complementary color
Monochromatic Colors of #1118AB
Black with #1118AB
Text Example
Text Example
White with #1118AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1118AB; }
p { color: rgb(17,24,171); }
H1.HeaderClassName
{
color: #1118AB;
}
.AnyTagClassName
{
color: #1118AB;
}
</style>
background-color css
<style>
a { background-color: #1118AB; }
a { background-color: rgb(17,24,171); }
div.DivClassName
{
background-color: #1118AB;
}
.BgClassName
{
background-color: #1118AB;
}
</style>
border-color css
<style>
span { border-color: #1118AB; }
span { border-color: rgb(17,24,171); }
td.TdClassName
{
border-color: #1118AB;
}
.TagClassName
{
border-color: #1118AB;
}
</style>