Shades of Ultramarine #112095
Tints of Ultramarine #112095
RGB
CMYK
RGB Variations
Color information
#112095 (or 0x112095) is known color: Ultramarine. HEX triplet: 11, 20 and 95. RGB value is (17,32,149). Sum of RGB (Red+Green+Blue) = 17+32+149=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #112095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112095 is #EEDF6A. Grayscale: #282828. Windows color (decimal): -15654763 or 9773073. OLE color: 9773073.
HSL color Cylindrical-coordinate representation of color #112095: hue angle of 233.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112095 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 32 | 149 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.42 |
| HSL | 233.18º | 0.8% | 0.33% | - |
| HSV(B) | 233.18º | 0.89% | 0.58% | - |
| XYZ | 6.17 | 3.32 | 28.75 | - |
| YUV | 40.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 149 | 0.89 | 0.79 | 0 | 0.42 | 233.18 | 0.8 | 0.33 |
| Hex | 11 | 20 | 95 | 59 | 4F | 0 | 2A | E9 | 50 | 21 |
| Octal | 21 | 40 | 225 | 131 | 117 | 0 | 52 | 351 | 120 | 41 |
| Binary | 10001 | 100000 | 10010101 | 1011001 | 1001111 | 0 | 101010 | 11101001 | 1010000 | 100001 |
Color Harmonies of #112095
Complementary color
Monochromatic Colors of #112095
Black with #112095
Text Example
Text Example
White with #112095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112095; }
p { color: rgb(17,32,149); }
H1.HeaderClassName
{
color: #112095;
}
.AnyTagClassName
{
color: #112095;
}
</style>
background-color css
<style>
a { background-color: #112095; }
a { background-color: rgb(17,32,149); }
div.DivClassName
{
background-color: #112095;
}
.BgClassName
{
background-color: #112095;
}
</style>
border-color css
<style>
span { border-color: #112095; }
span { border-color: rgb(17,32,149); }
td.TdClassName
{
border-color: #112095;
}
.TagClassName
{
border-color: #112095;
}
</style>