Shades of Ultramarine #110896
Tints of Ultramarine #110896
RGB
CMYK
RGB Variations
Color information
#110896 (or 0x110896) is known color: Ultramarine. HEX triplet: 11, 08 and 96. RGB value is (17,8,150). Sum of RGB (Red+Green+Blue) = 17+8+150=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #110896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110896 is #EEF769. Grayscale: #1A1A1A. Windows color (decimal): -15660906 or 9832465. OLE color: 9832465.
HSL color Cylindrical-coordinate representation of color #110896: hue angle of 243.8º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110896 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 8 | 150 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.41 |
| HSL | 243.8º | 0.9% | 0.31% | - |
| HSV(B) | 243.8º | 0.95% | 0.59% | - |
| XYZ | 5.82 | 2.49 | 29.03 | - |
| YUV | 26.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 150 | 0.89 | 0.95 | 0 | 0.41 | 243.8 | 0.9 | 0.31 |
| Hex | 11 | 8 | 96 | 59 | 5F | 0 | 29 | F4 | 5A | 1F |
| Octal | 21 | 10 | 226 | 131 | 137 | 0 | 51 | 364 | 132 | 37 |
| Binary | 10001 | 1000 | 10010110 | 1011001 | 1011111 | 0 | 101001 | 11110100 | 1011010 | 11111 |
Color Harmonies of #110896
Complementary color
Monochromatic Colors of #110896
Black with #110896
Text Example
Text Example
White with #110896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110896; }
p { color: rgb(17,8,150); }
H1.HeaderClassName
{
color: #110896;
}
.AnyTagClassName
{
color: #110896;
}
</style>
background-color css
<style>
a { background-color: #110896; }
a { background-color: rgb(17,8,150); }
div.DivClassName
{
background-color: #110896;
}
.BgClassName
{
background-color: #110896;
}
</style>
border-color css
<style>
span { border-color: #110896; }
span { border-color: rgb(17,8,150); }
td.TdClassName
{
border-color: #110896;
}
.TagClassName
{
border-color: #110896;
}
</style>