Shades of Ultramarine #11189F
Tints of Ultramarine #11189F
RGB
CMYK
RGB Variations
Color information
#11189F (or 0x11189F) is known color: Ultramarine. HEX triplet: 11, 18 and 9F. RGB value is (17,24,159). Sum of RGB (Red+Green+Blue) = 17+24+159=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #11189F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11189F is #EEE760. Grayscale: #242424. Windows color (decimal): -15656801 or 10426385. OLE color: 10426385.
HSL color Cylindrical-coordinate representation of color #11189F: hue angle of 237.04º 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 #11189F is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 24 | 159 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.38 |
| HSL | 237.04º | 0.81% | 0.35% | - |
| HSV(B) | 237.04º | 0.89% | 0.62% | - |
| XYZ | 6.82 | 3.28 | 33.07 | - |
| YUV | 37.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 159 | 0.89 | 0.85 | 0 | 0.38 | 237.04 | 0.81 | 0.35 |
| Hex | 11 | 18 | 9F | 59 | 55 | 0 | 26 | ED | 51 | 23 |
| Octal | 21 | 30 | 237 | 131 | 125 | 0 | 46 | 355 | 121 | 43 |
| Binary | 10001 | 11000 | 10011111 | 1011001 | 1010101 | 0 | 100110 | 11101101 | 1010001 | 100011 |
Color Harmonies of #11189F
Complementary color
Monochromatic Colors of #11189F
Black with #11189F
Text Example
Text Example
White with #11189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11189F; }
p { color: rgb(17,24,159); }
H1.HeaderClassName
{
color: #11189F;
}
.AnyTagClassName
{
color: #11189F;
}
</style>
background-color css
<style>
a { background-color: #11189F; }
a { background-color: rgb(17,24,159); }
div.DivClassName
{
background-color: #11189F;
}
.BgClassName
{
background-color: #11189F;
}
</style>
border-color css
<style>
span { border-color: #11189F; }
span { border-color: rgb(17,24,159); }
td.TdClassName
{
border-color: #11189F;
}
.TagClassName
{
border-color: #11189F;
}
</style>