Shades of Ultramarine #112089
Tints of Ultramarine #112089
RGB
CMYK
RGB Variations
Color information
#112089 (or 0x112089) is known color: Ultramarine. HEX triplet: 11, 20 and 89. RGB value is (17,32,137). Sum of RGB (Red+Green+Blue) = 17+32+137=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #112089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112089 is #EEDF76. Grayscale: #272727. Windows color (decimal): -15654775 or 8986641. OLE color: 8986641.
HSL color Cylindrical-coordinate representation of color #112089: hue angle of 232.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 #112089 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 32 | 137 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.46 |
| HSL | 232.5º | 0.78% | 0.3% | - |
| HSV(B) | 232.5º | 0.88% | 0.54% | - |
| XYZ | 5.26 | 2.96 | 23.96 | - |
| YUV | 39.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 137 | 0.88 | 0.77 | 0 | 0.46 | 232.5 | 0.78 | 0.3 |
| Hex | 11 | 20 | 89 | 58 | 4D | 0 | 2E | E8 | 4E | 1E |
| Octal | 21 | 40 | 211 | 130 | 115 | 0 | 56 | 350 | 116 | 36 |
| Binary | 10001 | 100000 | 10001001 | 1011000 | 1001101 | 0 | 101110 | 11101000 | 1001110 | 11110 |
Color Harmonies of #112089
Complementary color
Monochromatic Colors of #112089
Black with #112089
Text Example
Text Example
White with #112089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112089; }
p { color: rgb(17,32,137); }
H1.HeaderClassName
{
color: #112089;
}
.AnyTagClassName
{
color: #112089;
}
</style>
background-color css
<style>
a { background-color: #112089; }
a { background-color: rgb(17,32,137); }
div.DivClassName
{
background-color: #112089;
}
.BgClassName
{
background-color: #112089;
}
</style>
border-color css
<style>
span { border-color: #112089; }
span { border-color: rgb(17,32,137); }
td.TdClassName
{
border-color: #112089;
}
.TagClassName
{
border-color: #112089;
}
</style>