Shades of Ultramarine #111499
Tints of Ultramarine #111499
RGB
CMYK
RGB Variations
Color information
#111499 (or 0x111499) is known color: Ultramarine. HEX triplet: 11, 14 and 99. RGB value is (17,20,153). Sum of RGB (Red+Green+Blue) = 17+20+153=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #111499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111499 is #EEEB66. Grayscale: #212121. Windows color (decimal): -15657831 or 10032145. OLE color: 10032145.
HSL color Cylindrical-coordinate representation of color #111499: hue angle of 238.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111499 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 20 | 153 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.4 |
| HSL | 238.68º | 0.8% | 0.33% | - |
| HSV(B) | 238.68º | 0.89% | 0.6% | - |
| XYZ | 6.23 | 2.92 | 30.37 | - |
| YUV | 34.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 153 | 0.89 | 0.87 | 0 | 0.4 | 238.68 | 0.8 | 0.33 |
| Hex | 11 | 14 | 99 | 59 | 57 | 0 | 28 | EF | 50 | 21 |
| Octal | 21 | 24 | 231 | 131 | 127 | 0 | 50 | 357 | 120 | 41 |
| Binary | 10001 | 10100 | 10011001 | 1011001 | 1010111 | 0 | 101000 | 11101111 | 1010000 | 100001 |
Color Harmonies of #111499
Complementary color
Monochromatic Colors of #111499
Black with #111499
Text Example
Text Example
White with #111499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111499; }
p { color: rgb(17,20,153); }
H1.HeaderClassName
{
color: #111499;
}
.AnyTagClassName
{
color: #111499;
}
</style>
background-color css
<style>
a { background-color: #111499; }
a { background-color: rgb(17,20,153); }
div.DivClassName
{
background-color: #111499;
}
.BgClassName
{
background-color: #111499;
}
</style>
border-color css
<style>
span { border-color: #111499; }
span { border-color: rgb(17,20,153); }
td.TdClassName
{
border-color: #111499;
}
.TagClassName
{
border-color: #111499;
}
</style>