Shades of Ultramarine #111498
Tints of Ultramarine #111498
RGB
CMYK
RGB Variations
Color information
#111498 (or 0x111498) is known color: Ultramarine. HEX triplet: 11, 14 and 98. RGB value is (17,20,152). Sum of RGB (Red+Green+Blue) = 17+20+152=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #111498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111498 is #EEEB67. Grayscale: #212121. Windows color (decimal): -15657832 or 9966609. OLE color: 9966609.
HSL color Cylindrical-coordinate representation of color #111498: hue angle of 238.67º 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 #111498 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 20 | 152 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.40 |
| HSL | 238.67º | 0.8% | 0.33% | - |
| HSV(B) | 238.67º | 0.89% | 0.6% | - |
| XYZ | 6.15 | 2.89 | 29.94 | - |
| YUV | 34.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 152 | 0.89 | 0.87 | 0 | 0.40 | 238.67 | 0.8 | 0.33 |
| Hex | 11 | 14 | 98 | 59 | 57 | 0 | 28 | EF | 50 | 21 |
| Octal | 21 | 24 | 230 | 131 | 127 | 0 | 50 | 357 | 120 | 41 |
| Binary | 10001 | 10100 | 10011000 | 1011001 | 1010111 | 0 | 101000 | 11101111 | 1010000 | 100001 |
Color Harmonies of #111498
Complementary color
Monochromatic Colors of #111498
Black with #111498
Text Example
Text Example
White with #111498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111498; }
p { color: rgb(17,20,152); }
H1.HeaderClassName
{
color: #111498;
}
.AnyTagClassName
{
color: #111498;
}
</style>
background-color css
<style>
a { background-color: #111498; }
a { background-color: rgb(17,20,152); }
div.DivClassName
{
background-color: #111498;
}
.BgClassName
{
background-color: #111498;
}
</style>
border-color css
<style>
span { border-color: #111498; }
span { border-color: rgb(17,20,152); }
td.TdClassName
{
border-color: #111498;
}
.TagClassName
{
border-color: #111498;
}
</style>