Shades of Ultramarine #111A91
Tints of Ultramarine #111A91
RGB
CMYK
RGB Variations
Color information
#111A91 (or 0x111A91) is known color: Ultramarine. HEX triplet: 11, 1A and 91. RGB value is (17,26,145). Sum of RGB (Red+Green+Blue) = 17+26+145=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #111A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111A91 is #EEE56E. Grayscale: #242424. Windows color (decimal): -15656303 or 9509393. OLE color: 9509393.
HSL color Cylindrical-coordinate representation of color #111A91: hue angle of 235.78º 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 #111A91 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 26 | 145 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.43 |
| HSL | 235.78º | 0.79% | 0.32% | - |
| HSV(B) | 235.78º | 0.88% | 0.57% | - |
| XYZ | 5.71 | 2.9 | 27.05 | - |
| YUV | 36.88 | 189.02 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 145 | 0.88 | 0.82 | 0 | 0.43 | 235.78 | 0.79 | 0.32 |
| Hex | 11 | 1A | 91 | 58 | 52 | 0 | 2B | EC | 4F | 20 |
| Octal | 21 | 32 | 221 | 130 | 122 | 0 | 53 | 354 | 117 | 40 |
| Binary | 10001 | 11010 | 10010001 | 1011000 | 1010010 | 0 | 101011 | 11101100 | 1001111 | 100000 |
Color Harmonies of #111A91
Complementary color
Monochromatic Colors of #111A91
Black with #111A91
Text Example
Text Example
White with #111A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A91; }
p { color: rgb(17,26,145); }
H1.HeaderClassName
{
color: #111A91;
}
.AnyTagClassName
{
color: #111A91;
}
</style>
background-color css
<style>
a { background-color: #111A91; }
a { background-color: rgb(17,26,145); }
div.DivClassName
{
background-color: #111A91;
}
.BgClassName
{
background-color: #111A91;
}
</style>
border-color css
<style>
span { border-color: #111A91; }
span { border-color: rgb(17,26,145); }
td.TdClassName
{
border-color: #111A91;
}
.TagClassName
{
border-color: #111A91;
}
</style>