Shades of Ultramarine #111F91
Tints of Ultramarine #111F91
RGB
CMYK
RGB Variations
Color information
#111F91 (or 0x111F91) is known color: Ultramarine. HEX triplet: 11, 1F and 91. RGB value is (17,31,145). Sum of RGB (Red+Green+Blue) = 17+31+145=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #111F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F91 is #EEE06E. Grayscale: #272727. Windows color (decimal): -15655023 or 9510673. OLE color: 9510673.
HSL color Cylindrical-coordinate representation of color #111F91: hue angle of 233.44º 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 #111F91 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 31 | 145 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.43 |
| HSL | 233.44º | 0.79% | 0.32% | - |
| HSV(B) | 233.44º | 0.88% | 0.57% | - |
| XYZ | 5.83 | 3.14 | 27.09 | - |
| YUV | 39.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 145 | 0.88 | 0.79 | 0 | 0.43 | 233.44 | 0.79 | 0.32 |
| Hex | 11 | 1F | 91 | 58 | 4F | 0 | 2B | E9 | 4F | 20 |
| Octal | 21 | 37 | 221 | 130 | 117 | 0 | 53 | 351 | 117 | 40 |
| Binary | 10001 | 11111 | 10010001 | 1011000 | 1001111 | 0 | 101011 | 11101001 | 1001111 | 100000 |
Color Harmonies of #111F91
Complementary color
Monochromatic Colors of #111F91
Black with #111F91
Text Example
Text Example
White with #111F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F91; }
p { color: rgb(17,31,145); }
H1.HeaderClassName
{
color: #111F91;
}
.AnyTagClassName
{
color: #111F91;
}
</style>
background-color css
<style>
a { background-color: #111F91; }
a { background-color: rgb(17,31,145); }
div.DivClassName
{
background-color: #111F91;
}
.BgClassName
{
background-color: #111F91;
}
</style>
border-color css
<style>
span { border-color: #111F91; }
span { border-color: rgb(17,31,145); }
td.TdClassName
{
border-color: #111F91;
}
.TagClassName
{
border-color: #111F91;
}
</style>