Shades of Ultramarine #11119F
Tints of Ultramarine #11119F
RGB
CMYK
RGB Variations
Color information
#11119F (or 0x11119F) is known color: Ultramarine. HEX triplet: 11, 11 and 9F. RGB value is (17,17,159). Sum of RGB (Red+Green+Blue) = 17+17+159=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #11119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11119F is #EEEE60. Grayscale: #202020. Windows color (decimal): -15658593 or 10424593. OLE color: 10424593.
HSL color Cylindrical-coordinate representation of color #11119F: hue angle of 240º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11119F is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 17 | 159 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.38 |
| HSL | 240º | 0.81% | 0.35% | - |
| HSV(B) | 240º | 0.89% | 0.62% | - |
| XYZ | 6.69 | 3.02 | 33.03 | - |
| YUV | 33.19 | 199 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 159 | 0.89 | 0.89 | 0 | 0.38 | 240 | 0.81 | 0.35 |
| Hex | 11 | 11 | 9F | 59 | 59 | 0 | 26 | F0 | 51 | 23 |
| Octal | 21 | 21 | 237 | 131 | 131 | 0 | 46 | 360 | 121 | 43 |
| Binary | 10001 | 10001 | 10011111 | 1011001 | 1011001 | 0 | 100110 | 11110000 | 1010001 | 100011 |
Color Harmonies of #11119F
Complementary color
Monochromatic Colors of #11119F
Black with #11119F
Text Example
Text Example
White with #11119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11119F; }
p { color: rgb(17,17,159); }
H1.HeaderClassName
{
color: #11119F;
}
.AnyTagClassName
{
color: #11119F;
}
</style>
background-color css
<style>
a { background-color: #11119F; }
a { background-color: rgb(17,17,159); }
div.DivClassName
{
background-color: #11119F;
}
.BgClassName
{
background-color: #11119F;
}
</style>
border-color css
<style>
span { border-color: #11119F; }
span { border-color: rgb(17,17,159); }
td.TdClassName
{
border-color: #11119F;
}
.TagClassName
{
border-color: #11119F;
}
</style>