Shades of Ultramarine #111994
Tints of Ultramarine #111994
RGB
CMYK
RGB Variations
Color information
#111994 (or 0x111994) is known color: Ultramarine. HEX triplet: 11, 19 and 94. RGB value is (17,25,148). Sum of RGB (Red+Green+Blue) = 17+25+148=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #111994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111994 is #EEE66B. Grayscale: #242424. Windows color (decimal): -15656556 or 9705745. OLE color: 9705745.
HSL color Cylindrical-coordinate representation of color #111994: hue angle of 236.34º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111994 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 25 | 148 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.42 |
| HSL | 236.34º | 0.79% | 0.32% | - |
| HSV(B) | 236.34º | 0.89% | 0.58% | - |
| XYZ | 5.92 | 2.95 | 28.27 | - |
| YUV | 36.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 148 | 0.89 | 0.83 | 0 | 0.42 | 236.34 | 0.79 | 0.32 |
| Hex | 11 | 19 | 94 | 59 | 53 | 0 | 2A | EC | 4F | 20 |
| Octal | 21 | 31 | 224 | 131 | 123 | 0 | 52 | 354 | 117 | 40 |
| Binary | 10001 | 11001 | 10010100 | 1011001 | 1010011 | 0 | 101010 | 11101100 | 1001111 | 100000 |
Color Harmonies of #111994
Complementary color
Monochromatic Colors of #111994
Black with #111994
Text Example
Text Example
White with #111994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111994; }
p { color: rgb(17,25,148); }
H1.HeaderClassName
{
color: #111994;
}
.AnyTagClassName
{
color: #111994;
}
</style>
background-color css
<style>
a { background-color: #111994; }
a { background-color: rgb(17,25,148); }
div.DivClassName
{
background-color: #111994;
}
.BgClassName
{
background-color: #111994;
}
</style>
border-color css
<style>
span { border-color: #111994; }
span { border-color: rgb(17,25,148); }
td.TdClassName
{
border-color: #111994;
}
.TagClassName
{
border-color: #111994;
}
</style>