Shades of Ultramarine #11139E
Tints of Ultramarine #11139E
RGB
CMYK
RGB Variations
Color information
#11139E (or 0x11139E) is known color: Ultramarine. HEX triplet: 11, 13 and 9E. RGB value is (17,19,158). Sum of RGB (Red+Green+Blue) = 17+19+158=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 158 (62.11% from 255 or 81.44% from 194); Max value from RGB is 158 - color contains mainly: blue. Hex color #11139E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11139E is #EEEC61. Grayscale: #212121. Windows color (decimal): -15658082 or 10359569. OLE color: 10359569.
HSL color Cylindrical-coordinate representation of color #11139E: hue angle of 239.15º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11139E is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 19 | 158 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.38 |
| HSL | 239.15º | 0.81% | 0.34% | - |
| HSV(B) | 239.15º | 0.89% | 0.62% | - |
| XYZ | 6.64 | 3.05 | 32.59 | - |
| YUV | 34.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 158 | 0.89 | 0.88 | 0 | 0.38 | 239.15 | 0.81 | 0.34 |
| Hex | 11 | 13 | 9E | 59 | 58 | 0 | 26 | EF | 51 | 22 |
| Octal | 21 | 23 | 236 | 131 | 130 | 0 | 46 | 357 | 121 | 42 |
| Binary | 10001 | 10011 | 10011110 | 1011001 | 1011000 | 0 | 100110 | 11101111 | 1010001 | 100010 |
Color Harmonies of #11139E
Complementary color
Monochromatic Colors of #11139E
Black with #11139E
Text Example
Text Example
White with #11139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11139E; }
p { color: rgb(17,19,158); }
H1.HeaderClassName
{
color: #11139E;
}
.AnyTagClassName
{
color: #11139E;
}
</style>
background-color css
<style>
a { background-color: #11139E; }
a { background-color: rgb(17,19,158); }
div.DivClassName
{
background-color: #11139E;
}
.BgClassName
{
background-color: #11139E;
}
</style>
border-color css
<style>
span { border-color: #11139E; }
span { border-color: rgb(17,19,158); }
td.TdClassName
{
border-color: #11139E;
}
.TagClassName
{
border-color: #11139E;
}
</style>