Shades of Ultramarine #111999
Tints of Ultramarine #111999
RGB
CMYK
RGB Variations
Color information
#111999 (or 0x111999) is known color: Ultramarine. HEX triplet: 11, 19 and 99. RGB value is (17,25,153). Sum of RGB (Red+Green+Blue) = 17+25+153=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #111999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111999 is #EEE666. Grayscale: #242424. Windows color (decimal): -15656551 or 10033425. OLE color: 10033425.
HSL color Cylindrical-coordinate representation of color #111999: hue angle of 236.47º 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 #111999 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 25 | 153 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.4 |
| HSL | 236.47º | 0.8% | 0.33% | - |
| HSV(B) | 236.47º | 0.89% | 0.6% | - |
| XYZ | 6.33 | 3.11 | 30.4 | - |
| YUV | 37.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 153 | 0.89 | 0.84 | 0 | 0.4 | 236.47 | 0.8 | 0.33 |
| Hex | 11 | 19 | 99 | 59 | 54 | 0 | 28 | EC | 50 | 21 |
| Octal | 21 | 31 | 231 | 131 | 124 | 0 | 50 | 354 | 120 | 41 |
| Binary | 10001 | 11001 | 10011001 | 1011001 | 1010100 | 0 | 101000 | 11101100 | 1010000 | 100001 |
Color Harmonies of #111999
Complementary color
Monochromatic Colors of #111999
Black with #111999
Text Example
Text Example
White with #111999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111999; }
p { color: rgb(17,25,153); }
H1.HeaderClassName
{
color: #111999;
}
.AnyTagClassName
{
color: #111999;
}
</style>
background-color css
<style>
a { background-color: #111999; }
a { background-color: rgb(17,25,153); }
div.DivClassName
{
background-color: #111999;
}
.BgClassName
{
background-color: #111999;
}
</style>
border-color css
<style>
span { border-color: #111999; }
span { border-color: rgb(17,25,153); }
td.TdClassName
{
border-color: #111999;
}
.TagClassName
{
border-color: #111999;
}
</style>