Shades of Ultramarine #111495
Tints of Ultramarine #111495
RGB
CMYK
RGB Variations
Color information
#111495 (or 0x111495) is known color: Ultramarine. HEX triplet: 11, 14 and 95. RGB value is (17,20,149). Sum of RGB (Red+Green+Blue) = 17+20+149=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #111495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111495 is #EEEB6A. Grayscale: #212121. Windows color (decimal): -15657835 or 9770001. OLE color: 9770001.
HSL color Cylindrical-coordinate representation of color #111495: hue angle of 238.64º 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 #111495 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 20 | 149 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.42 |
| HSL | 238.64º | 0.8% | 0.33% | - |
| HSV(B) | 238.64º | 0.89% | 0.58% | - |
| XYZ | 5.91 | 2.79 | 28.66 | - |
| YUV | 33.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 149 | 0.89 | 0.87 | 0 | 0.42 | 238.64 | 0.8 | 0.33 |
| Hex | 11 | 14 | 95 | 59 | 57 | 0 | 2A | EF | 50 | 21 |
| Octal | 21 | 24 | 225 | 131 | 127 | 0 | 52 | 357 | 120 | 41 |
| Binary | 10001 | 10100 | 10010101 | 1011001 | 1010111 | 0 | 101010 | 11101111 | 1010000 | 100001 |
Color Harmonies of #111495
Complementary color
Monochromatic Colors of #111495
Black with #111495
Text Example
Text Example
White with #111495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111495; }
p { color: rgb(17,20,149); }
H1.HeaderClassName
{
color: #111495;
}
.AnyTagClassName
{
color: #111495;
}
</style>
background-color css
<style>
a { background-color: #111495; }
a { background-color: rgb(17,20,149); }
div.DivClassName
{
background-color: #111495;
}
.BgClassName
{
background-color: #111495;
}
</style>
border-color css
<style>
span { border-color: #111495; }
span { border-color: rgb(17,20,149); }
td.TdClassName
{
border-color: #111495;
}
.TagClassName
{
border-color: #111495;
}
</style>