Shades of Ultramarine #111798
Tints of Ultramarine #111798
RGB
CMYK
RGB Variations
Color information
#111798 (or 0x111798) is known color: Ultramarine. HEX triplet: 11, 17 and 98. RGB value is (17,23,152). Sum of RGB (Red+Green+Blue) = 17+23+152=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #111798 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111798 is #EEE867. Grayscale: #232323. Windows color (decimal): -15657064 or 9967377. OLE color: 9967377.
HSL color Cylindrical-coordinate representation of color #111798: hue angle of 237.33º 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 #111798 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 23 | 152 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.40 |
| HSL | 237.33º | 0.8% | 0.33% | - |
| HSV(B) | 237.33º | 0.89% | 0.6% | - |
| XYZ | 6.21 | 3 | 29.96 | - |
| YUV | 35.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 152 | 0.89 | 0.85 | 0 | 0.40 | 237.33 | 0.8 | 0.33 |
| Hex | 11 | 17 | 98 | 59 | 55 | 0 | 28 | ED | 50 | 21 |
| Octal | 21 | 27 | 230 | 131 | 125 | 0 | 50 | 355 | 120 | 41 |
| Binary | 10001 | 10111 | 10011000 | 1011001 | 1010101 | 0 | 101000 | 11101101 | 1010000 | 100001 |
Color Harmonies of #111798
Complementary color
Monochromatic Colors of #111798
Black with #111798
Text Example
Text Example
White with #111798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111798; }
p { color: rgb(17,23,152); }
H1.HeaderClassName
{
color: #111798;
}
.AnyTagClassName
{
color: #111798;
}
</style>
background-color css
<style>
a { background-color: #111798; }
a { background-color: rgb(17,23,152); }
div.DivClassName
{
background-color: #111798;
}
.BgClassName
{
background-color: #111798;
}
</style>
border-color css
<style>
span { border-color: #111798; }
span { border-color: rgb(17,23,152); }
td.TdClassName
{
border-color: #111798;
}
.TagClassName
{
border-color: #111798;
}
</style>