Shades of Ultramarine #111F90
Tints of Ultramarine #111F90
RGB
CMYK
RGB Variations
Color information
#111F90 (or 0x111F90) is known color: Ultramarine. HEX triplet: 11, 1F and 90. RGB value is (17,31,144). Sum of RGB (Red+Green+Blue) = 17+31+144=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #111F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F90 is #EEE06F. Grayscale: #272727. Windows color (decimal): -15655024 or 9445137. OLE color: 9445137.
HSL color Cylindrical-coordinate representation of color #111F90: hue angle of 233.39º 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 #111F90 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 31 | 144 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.44 |
| HSL | 233.39º | 0.79% | 0.32% | - |
| HSV(B) | 233.39º | 0.88% | 0.56% | - |
| XYZ | 5.76 | 3.11 | 26.68 | - |
| YUV | 39.7 | 186.86 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 144 | 0.88 | 0.78 | 0 | 0.44 | 233.39 | 0.79 | 0.32 |
| Hex | 11 | 1F | 90 | 58 | 4E | 0 | 2C | E9 | 4F | 20 |
| Octal | 21 | 37 | 220 | 130 | 116 | 0 | 54 | 351 | 117 | 40 |
| Binary | 10001 | 11111 | 10010000 | 1011000 | 1001110 | 0 | 101100 | 11101001 | 1001111 | 100000 |
Color Harmonies of #111F90
Complementary color
Monochromatic Colors of #111F90
Black with #111F90
Text Example
Text Example
White with #111F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F90; }
p { color: rgb(17,31,144); }
H1.HeaderClassName
{
color: #111F90;
}
.AnyTagClassName
{
color: #111F90;
}
</style>
background-color css
<style>
a { background-color: #111F90; }
a { background-color: rgb(17,31,144); }
div.DivClassName
{
background-color: #111F90;
}
.BgClassName
{
background-color: #111F90;
}
</style>
border-color css
<style>
span { border-color: #111F90; }
span { border-color: rgb(17,31,144); }
td.TdClassName
{
border-color: #111F90;
}
.TagClassName
{
border-color: #111F90;
}
</style>