Shades of Ultramarine #111D99
Tints of Ultramarine #111D99
RGB
CMYK
RGB Variations
Color information
#111D99 (or 0x111D99) is known color: Ultramarine. HEX triplet: 11, 1D and 99. RGB value is (17,29,153). Sum of RGB (Red+Green+Blue) = 17+29+153=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #111D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D99 is #EEE266. Grayscale: #272727. Windows color (decimal): -15655527 or 10034449. OLE color: 10034449.
HSL color Cylindrical-coordinate representation of color #111D99: hue angle of 234.71º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111D99 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 29 | 153 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.4 |
| HSL | 234.71º | 0.8% | 0.33% | - |
| HSV(B) | 234.71º | 0.89% | 0.6% | - |
| XYZ | 6.42 | 3.3 | 30.44 | - |
| YUV | 39.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 153 | 0.89 | 0.81 | 0 | 0.4 | 234.71 | 0.8 | 0.33 |
| Hex | 11 | 1D | 99 | 59 | 51 | 0 | 28 | EB | 50 | 21 |
| Octal | 21 | 35 | 231 | 131 | 121 | 0 | 50 | 353 | 120 | 41 |
| Binary | 10001 | 11101 | 10011001 | 1011001 | 1010001 | 0 | 101000 | 11101011 | 1010000 | 100001 |
Color Harmonies of #111D99
Complementary color
Monochromatic Colors of #111D99
Black with #111D99
Text Example
Text Example
White with #111D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D99; }
p { color: rgb(17,29,153); }
H1.HeaderClassName
{
color: #111D99;
}
.AnyTagClassName
{
color: #111D99;
}
</style>
background-color css
<style>
a { background-color: #111D99; }
a { background-color: rgb(17,29,153); }
div.DivClassName
{
background-color: #111D99;
}
.BgClassName
{
background-color: #111D99;
}
</style>
border-color css
<style>
span { border-color: #111D99; }
span { border-color: rgb(17,29,153); }
td.TdClassName
{
border-color: #111D99;
}
.TagClassName
{
border-color: #111D99;
}
</style>