Shades of Ultramarine #111B91
Tints of Ultramarine #111B91
RGB
CMYK
RGB Variations
Color information
#111B91 (or 0x111B91) is known color: Ultramarine. HEX triplet: 11, 1B and 91. RGB value is (17,27,145). Sum of RGB (Red+Green+Blue) = 17+27+145=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #111B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111B91 is #EEE46E. Grayscale: #242424. Windows color (decimal): -15656047 or 9509649. OLE color: 9509649.
HSL color Cylindrical-coordinate representation of color #111B91: hue angle of 235.31º 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 #111B91 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 27 | 145 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.43 |
| HSL | 235.31º | 0.79% | 0.32% | - |
| HSV(B) | 235.31º | 0.88% | 0.57% | - |
| XYZ | 5.73 | 2.95 | 27.05 | - |
| YUV | 37.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 145 | 0.88 | 0.81 | 0 | 0.43 | 235.31 | 0.79 | 0.32 |
| Hex | 11 | 1B | 91 | 58 | 51 | 0 | 2B | EB | 4F | 20 |
| Octal | 21 | 33 | 221 | 130 | 121 | 0 | 53 | 353 | 117 | 40 |
| Binary | 10001 | 11011 | 10010001 | 1011000 | 1010001 | 0 | 101011 | 11101011 | 1001111 | 100000 |
Color Harmonies of #111B91
Complementary color
Monochromatic Colors of #111B91
Black with #111B91
Text Example
Text Example
White with #111B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B91; }
p { color: rgb(17,27,145); }
H1.HeaderClassName
{
color: #111B91;
}
.AnyTagClassName
{
color: #111B91;
}
</style>
background-color css
<style>
a { background-color: #111B91; }
a { background-color: rgb(17,27,145); }
div.DivClassName
{
background-color: #111B91;
}
.BgClassName
{
background-color: #111B91;
}
</style>
border-color css
<style>
span { border-color: #111B91; }
span { border-color: rgb(17,27,145); }
td.TdClassName
{
border-color: #111B91;
}
.TagClassName
{
border-color: #111B91;
}
</style>