Shades of Ultramarine #111992
Tints of Ultramarine #111992
RGB
CMYK
RGB Variations
Color information
#111992 (or 0x111992) is known color: Ultramarine. HEX triplet: 11, 19 and 92. RGB value is (17,25,146). Sum of RGB (Red+Green+Blue) = 17+25+146=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #111992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111992 is #EEE66D. Grayscale: #232323. Windows color (decimal): -15656558 or 9574673. OLE color: 9574673.
HSL color Cylindrical-coordinate representation of color #111992: hue angle of 236.28º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111992 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 25 | 146 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.43 |
| HSL | 236.28º | 0.79% | 0.32% | - |
| HSV(B) | 236.28º | 0.88% | 0.57% | - |
| XYZ | 5.77 | 2.89 | 27.45 | - |
| YUV | 36.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 146 | 0.88 | 0.83 | 0 | 0.43 | 236.28 | 0.79 | 0.32 |
| Hex | 11 | 19 | 92 | 58 | 53 | 0 | 2B | EC | 4F | 20 |
| Octal | 21 | 31 | 222 | 130 | 123 | 0 | 53 | 354 | 117 | 40 |
| Binary | 10001 | 11001 | 10010010 | 1011000 | 1010011 | 0 | 101011 | 11101100 | 1001111 | 100000 |
Color Harmonies of #111992
Complementary color
Monochromatic Colors of #111992
Black with #111992
Text Example
Text Example
White with #111992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111992; }
p { color: rgb(17,25,146); }
H1.HeaderClassName
{
color: #111992;
}
.AnyTagClassName
{
color: #111992;
}
</style>
background-color css
<style>
a { background-color: #111992; }
a { background-color: rgb(17,25,146); }
div.DivClassName
{
background-color: #111992;
}
.BgClassName
{
background-color: #111992;
}
</style>
border-color css
<style>
span { border-color: #111992; }
span { border-color: rgb(17,25,146); }
td.TdClassName
{
border-color: #111992;
}
.TagClassName
{
border-color: #111992;
}
</style>