Shades of Ultramarine #11089E
Tints of Ultramarine #11089E
RGB
CMYK
RGB Variations
Color information
#11089E (or 0x11089E) is known color: Ultramarine. HEX triplet: 11, 08 and 9E. RGB value is (17,8,158). Sum of RGB (Red+Green+Blue) = 17+8+158=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 158 (62.11% from 255 or 86.34% from 183); Max value from RGB is 158 - color contains mainly: blue. Hex color #11089E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11089E is #EEF761. Grayscale: #1B1B1B. Windows color (decimal): -15660898 or 10356753. OLE color: 10356753.
HSL color Cylindrical-coordinate representation of color #11089E: hue angle of 243.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11089E is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 8 | 158 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.38 |
| HSL | 243.6º | 0.9% | 0.33% | - |
| HSV(B) | 243.6º | 0.95% | 0.62% | - |
| XYZ | 6.49 | 2.76 | 32.54 | - |
| YUV | 27.79 | 201.48 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 158 | 0.89 | 0.95 | 0 | 0.38 | 243.6 | 0.9 | 0.33 |
| Hex | 11 | 8 | 9E | 59 | 5F | 0 | 26 | F4 | 5A | 21 |
| Octal | 21 | 10 | 236 | 131 | 137 | 0 | 46 | 364 | 132 | 41 |
| Binary | 10001 | 1000 | 10011110 | 1011001 | 1011111 | 0 | 100110 | 11110100 | 1011010 | 100001 |
Color Harmonies of #11089E
Complementary color
Monochromatic Colors of #11089E
Black with #11089E
Text Example
Text Example
White with #11089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11089E; }
p { color: rgb(17,8,158); }
H1.HeaderClassName
{
color: #11089E;
}
.AnyTagClassName
{
color: #11089E;
}
</style>
background-color css
<style>
a { background-color: #11089E; }
a { background-color: rgb(17,8,158); }
div.DivClassName
{
background-color: #11089E;
}
.BgClassName
{
background-color: #11089E;
}
</style>
border-color css
<style>
span { border-color: #11089E; }
span { border-color: rgb(17,8,158); }
td.TdClassName
{
border-color: #11089E;
}
.TagClassName
{
border-color: #11089E;
}
</style>