Shades of Ultramarine #111993
Tints of Ultramarine #111993
RGB
CMYK
RGB Variations
Color information
#111993 (or 0x111993) is known color: Ultramarine. HEX triplet: 11, 19 and 93. RGB value is (17,25,147). Sum of RGB (Red+Green+Blue) = 17+25+147=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #111993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111993 is #EEE66C. Grayscale: #242424. Windows color (decimal): -15656557 or 9640209. OLE color: 9640209.
HSL color Cylindrical-coordinate representation of color #111993: hue angle of 236.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111993 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 25 | 147 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.42 |
| HSL | 236.31º | 0.79% | 0.32% | - |
| HSV(B) | 236.31º | 0.88% | 0.58% | - |
| XYZ | 5.85 | 2.92 | 27.86 | - |
| YUV | 36.52 | 190.35 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 147 | 0.88 | 0.83 | 0 | 0.42 | 236.31 | 0.79 | 0.32 |
| Hex | 11 | 19 | 93 | 58 | 53 | 0 | 2A | EC | 4F | 20 |
| Octal | 21 | 31 | 223 | 130 | 123 | 0 | 52 | 354 | 117 | 40 |
| Binary | 10001 | 11001 | 10010011 | 1011000 | 1010011 | 0 | 101010 | 11101100 | 1001111 | 100000 |
Color Harmonies of #111993
Complementary color
Monochromatic Colors of #111993
Black with #111993
Text Example
Text Example
White with #111993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111993; }
p { color: rgb(17,25,147); }
H1.HeaderClassName
{
color: #111993;
}
.AnyTagClassName
{
color: #111993;
}
</style>
background-color css
<style>
a { background-color: #111993; }
a { background-color: rgb(17,25,147); }
div.DivClassName
{
background-color: #111993;
}
.BgClassName
{
background-color: #111993;
}
</style>
border-color css
<style>
span { border-color: #111993; }
span { border-color: rgb(17,25,147); }
td.TdClassName
{
border-color: #111993;
}
.TagClassName
{
border-color: #111993;
}
</style>