Shades of Ultramarine #111D91
Tints of Ultramarine #111D91
RGB
CMYK
RGB Variations
Color information
#111D91 (or 0x111D91) is known color: Ultramarine. HEX triplet: 11, 1D and 91. RGB value is (17,29,145). Sum of RGB (Red+Green+Blue) = 17+29+145=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #111D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D91 is #EEE26E. Grayscale: #262626. Windows color (decimal): -15655535 or 9510161. OLE color: 9510161.
HSL color Cylindrical-coordinate representation of color #111D91: hue angle of 234.38º 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 #111D91 is Cyan = 0.88, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 29 | 145 | - |
| CMYK | 0.88 | 0.8 | 0 | 0.43 |
| HSL | 234.38º | 0.79% | 0.32% | - |
| HSV(B) | 234.38º | 0.88% | 0.57% | - |
| XYZ | 5.78 | 3.04 | 27.07 | - |
| YUV | 38.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 145 | 0.88 | 0.8 | 0 | 0.43 | 234.38 | 0.79 | 0.32 |
| Hex | 11 | 1D | 91 | 58 | 50 | 0 | 2B | EA | 4F | 20 |
| Octal | 21 | 35 | 221 | 130 | 120 | 0 | 53 | 352 | 117 | 40 |
| Binary | 10001 | 11101 | 10010001 | 1011000 | 1010000 | 0 | 101011 | 11101010 | 1001111 | 100000 |
Color Harmonies of #111D91
Complementary color
Monochromatic Colors of #111D91
Black with #111D91
Text Example
Text Example
White with #111D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D91; }
p { color: rgb(17,29,145); }
H1.HeaderClassName
{
color: #111D91;
}
.AnyTagClassName
{
color: #111D91;
}
</style>
background-color css
<style>
a { background-color: #111D91; }
a { background-color: rgb(17,29,145); }
div.DivClassName
{
background-color: #111D91;
}
.BgClassName
{
background-color: #111D91;
}
</style>
border-color css
<style>
span { border-color: #111D91; }
span { border-color: rgb(17,29,145); }
td.TdClassName
{
border-color: #111D91;
}
.TagClassName
{
border-color: #111D91;
}
</style>