Shades of Ultramarine #111D89
Tints of Ultramarine #111D89
RGB
CMYK
RGB Variations
Color information
#111D89 (or 0x111D89) is known color: Ultramarine. HEX triplet: 11, 1D and 89. RGB value is (17,29,137). Sum of RGB (Red+Green+Blue) = 17+29+137=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #111D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D89 is #EEE276. Grayscale: #252525. Windows color (decimal): -15655543 or 8985873. OLE color: 8985873.
HSL color Cylindrical-coordinate representation of color #111D89: hue angle of 234º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111D89 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 29 | 137 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.46 |
| HSL | 234º | 0.78% | 0.3% | - |
| HSV(B) | 234º | 0.88% | 0.54% | - |
| XYZ | 5.19 | 2.8 | 23.93 | - |
| YUV | 37.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 137 | 0.88 | 0.79 | 0 | 0.46 | 234 | 0.78 | 0.3 |
| Hex | 11 | 1D | 89 | 58 | 4F | 0 | 2E | EA | 4E | 1E |
| Octal | 21 | 35 | 211 | 130 | 117 | 0 | 56 | 352 | 116 | 36 |
| Binary | 10001 | 11101 | 10001001 | 1011000 | 1001111 | 0 | 101110 | 11101010 | 1001110 | 11110 |
Color Harmonies of #111D89
Complementary color
Monochromatic Colors of #111D89
Black with #111D89
Text Example
Text Example
White with #111D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D89; }
p { color: rgb(17,29,137); }
H1.HeaderClassName
{
color: #111D89;
}
.AnyTagClassName
{
color: #111D89;
}
</style>
background-color css
<style>
a { background-color: #111D89; }
a { background-color: rgb(17,29,137); }
div.DivClassName
{
background-color: #111D89;
}
.BgClassName
{
background-color: #111D89;
}
</style>
border-color css
<style>
span { border-color: #111D89; }
span { border-color: rgb(17,29,137); }
td.TdClassName
{
border-color: #111D89;
}
.TagClassName
{
border-color: #111D89;
}
</style>