Shades of Ultramarine #111D90
Tints of Ultramarine #111D90
RGB
CMYK
RGB Variations
Color information
#111D90 (or 0x111D90) is known color: Ultramarine. HEX triplet: 11, 1D and 90. RGB value is (17,29,144). Sum of RGB (Red+Green+Blue) = 17+29+144=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #111D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D90 is #EEE26F. Grayscale: #262626. Windows color (decimal): -15655536 or 9444625. OLE color: 9444625.
HSL color Cylindrical-coordinate representation of color #111D90: hue angle of 234.33º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111D90 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 29 | 144 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.44 |
| HSL | 234.33º | 0.79% | 0.32% | - |
| HSV(B) | 234.33º | 0.88% | 0.56% | - |
| XYZ | 5.7 | 3.01 | 26.67 | - |
| YUV | 38.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 144 | 0.88 | 0.80 | 0 | 0.44 | 234.33 | 0.79 | 0.32 |
| Hex | 11 | 1D | 90 | 58 | 50 | 0 | 2C | EA | 4F | 20 |
| Octal | 21 | 35 | 220 | 130 | 120 | 0 | 54 | 352 | 117 | 40 |
| Binary | 10001 | 11101 | 10010000 | 1011000 | 1010000 | 0 | 101100 | 11101010 | 1001111 | 100000 |
Color Harmonies of #111D90
Complementary color
Monochromatic Colors of #111D90
Black with #111D90
Text Example
Text Example
White with #111D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D90; }
p { color: rgb(17,29,144); }
H1.HeaderClassName
{
color: #111D90;
}
.AnyTagClassName
{
color: #111D90;
}
</style>
background-color css
<style>
a { background-color: #111D90; }
a { background-color: rgb(17,29,144); }
div.DivClassName
{
background-color: #111D90;
}
.BgClassName
{
background-color: #111D90;
}
</style>
border-color css
<style>
span { border-color: #111D90; }
span { border-color: rgb(17,29,144); }
td.TdClassName
{
border-color: #111D90;
}
.TagClassName
{
border-color: #111D90;
}
</style>