Shades of Ultramarine #112289
Tints of Ultramarine #112289
RGB
CMYK
RGB Variations
Color information
#112289 (or 0x112289) is known color: Ultramarine. HEX triplet: 11, 22 and 89. RGB value is (17,34,137). Sum of RGB (Red+Green+Blue) = 17+34+137=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #112289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112289 is #EEDD76. Grayscale: #282828. Windows color (decimal): -15654263 or 8987153. OLE color: 8987153.
HSL color Cylindrical-coordinate representation of color #112289: hue angle of 231.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112289 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 34 | 137 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.46 |
| HSL | 231.5º | 0.78% | 0.3% | - |
| HSV(B) | 231.5º | 0.88% | 0.54% | - |
| XYZ | 5.32 | 3.07 | 23.98 | - |
| YUV | 40.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 137 | 0.88 | 0.75 | 0 | 0.46 | 231.5 | 0.78 | 0.3 |
| Hex | 11 | 22 | 89 | 58 | 4B | 0 | 2E | E8 | 4E | 1E |
| Octal | 21 | 42 | 211 | 130 | 113 | 0 | 56 | 350 | 116 | 36 |
| Binary | 10001 | 100010 | 10001001 | 1011000 | 1001011 | 0 | 101110 | 11101000 | 1001110 | 11110 |
Color Harmonies of #112289
Complementary color
Monochromatic Colors of #112289
Black with #112289
Text Example
Text Example
White with #112289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112289; }
p { color: rgb(17,34,137); }
H1.HeaderClassName
{
color: #112289;
}
.AnyTagClassName
{
color: #112289;
}
</style>
background-color css
<style>
a { background-color: #112289; }
a { background-color: rgb(17,34,137); }
div.DivClassName
{
background-color: #112289;
}
.BgClassName
{
background-color: #112289;
}
</style>
border-color css
<style>
span { border-color: #112289; }
span { border-color: rgb(17,34,137); }
td.TdClassName
{
border-color: #112289;
}
.TagClassName
{
border-color: #112289;
}
</style>