Shades of Ultramarine #111B90
Tints of Ultramarine #111B90
RGB
CMYK
RGB Variations
Color information
#111B90 (or 0x111B90) is known color: Ultramarine. HEX triplet: 11, 1B and 90. RGB value is (17,27,144). Sum of RGB (Red+Green+Blue) = 17+27+144=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #111B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111B90 is #EEE46F. Grayscale: #242424. Windows color (decimal): -15656048 or 9444113. OLE color: 9444113.
HSL color Cylindrical-coordinate representation of color #111B90: hue angle of 235.28º 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 #111B90 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 27 | 144 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.44 |
| HSL | 235.28º | 0.79% | 0.32% | - |
| HSV(B) | 235.28º | 0.88% | 0.56% | - |
| XYZ | 5.66 | 2.92 | 26.65 | - |
| YUV | 37.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 144 | 0.88 | 0.81 | 0 | 0.44 | 235.28 | 0.79 | 0.32 |
| Hex | 11 | 1B | 90 | 58 | 51 | 0 | 2C | EB | 4F | 20 |
| Octal | 21 | 33 | 220 | 130 | 121 | 0 | 54 | 353 | 117 | 40 |
| Binary | 10001 | 11011 | 10010000 | 1011000 | 1010001 | 0 | 101100 | 11101011 | 1001111 | 100000 |
Color Harmonies of #111B90
Complementary color
Monochromatic Colors of #111B90
Black with #111B90
Text Example
Text Example
White with #111B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B90; }
p { color: rgb(17,27,144); }
H1.HeaderClassName
{
color: #111B90;
}
.AnyTagClassName
{
color: #111B90;
}
</style>
background-color css
<style>
a { background-color: #111B90; }
a { background-color: rgb(17,27,144); }
div.DivClassName
{
background-color: #111B90;
}
.BgClassName
{
background-color: #111B90;
}
</style>
border-color css
<style>
span { border-color: #111B90; }
span { border-color: rgb(17,27,144); }
td.TdClassName
{
border-color: #111B90;
}
.TagClassName
{
border-color: #111B90;
}
</style>