Shades of Ultramarine #111799
Tints of Ultramarine #111799
RGB
CMYK
RGB Variations
Color information
#111799 (or 0x111799) is known color: Ultramarine. HEX triplet: 11, 17 and 99. RGB value is (17,23,153). Sum of RGB (Red+Green+Blue) = 17+23+153=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #111799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111799 is #EEE866. Grayscale: #232323. Windows color (decimal): -15657063 or 10032913. OLE color: 10032913.
HSL color Cylindrical-coordinate representation of color #111799: hue angle of 237.35º 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 #111799 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 23 | 153 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.4 |
| HSL | 237.35º | 0.8% | 0.33% | - |
| HSV(B) | 237.35º | 0.89% | 0.6% | - |
| XYZ | 6.29 | 3.03 | 30.39 | - |
| YUV | 36.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 153 | 0.89 | 0.85 | 0 | 0.4 | 237.35 | 0.8 | 0.33 |
| Hex | 11 | 17 | 99 | 59 | 55 | 0 | 28 | ED | 50 | 21 |
| Octal | 21 | 27 | 231 | 131 | 125 | 0 | 50 | 355 | 120 | 41 |
| Binary | 10001 | 10111 | 10011001 | 1011001 | 1010101 | 0 | 101000 | 11101101 | 1010000 | 100001 |
Color Harmonies of #111799
Complementary color
Monochromatic Colors of #111799
Black with #111799
Text Example
Text Example
White with #111799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111799; }
p { color: rgb(17,23,153); }
H1.HeaderClassName
{
color: #111799;
}
.AnyTagClassName
{
color: #111799;
}
</style>
background-color css
<style>
a { background-color: #111799; }
a { background-color: rgb(17,23,153); }
div.DivClassName
{
background-color: #111799;
}
.BgClassName
{
background-color: #111799;
}
</style>
border-color css
<style>
span { border-color: #111799; }
span { border-color: rgb(17,23,153); }
td.TdClassName
{
border-color: #111799;
}
.TagClassName
{
border-color: #111799;
}
</style>