Shades of Ultramarine #110799
Tints of Ultramarine #110799
RGB
CMYK
RGB Variations
Color information
#110799 (or 0x110799) is known color: Ultramarine. HEX triplet: 11, 07 and 99. RGB value is (17,7,153). Sum of RGB (Red+Green+Blue) = 17+7+153=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #110799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110799 is #EEF866. Grayscale: #1A1A1A. Windows color (decimal): -15661159 or 10028817. OLE color: 10028817.
HSL color Cylindrical-coordinate representation of color #110799: hue angle of 244.11º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110799 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 7 | 153 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.4 |
| HSL | 244.11º | 0.91% | 0.31% | - |
| HSV(B) | 244.11º | 0.95% | 0.6% | - |
| XYZ | 6.06 | 2.57 | 30.31 | - |
| YUV | 26.63 | 199.31 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 153 | 0.89 | 0.95 | 0 | 0.4 | 244.11 | 0.91 | 0.31 |
| Hex | 11 | 7 | 99 | 59 | 5F | 0 | 28 | F4 | 5B | 1F |
| Octal | 21 | 7 | 231 | 131 | 137 | 0 | 50 | 364 | 133 | 37 |
| Binary | 10001 | 111 | 10011001 | 1011001 | 1011111 | 0 | 101000 | 11110100 | 1011011 | 11111 |
Color Harmonies of #110799
Complementary color
Monochromatic Colors of #110799
Black with #110799
Text Example
Text Example
White with #110799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110799; }
p { color: rgb(17,7,153); }
H1.HeaderClassName
{
color: #110799;
}
.AnyTagClassName
{
color: #110799;
}
</style>
background-color css
<style>
a { background-color: #110799; }
a { background-color: rgb(17,7,153); }
div.DivClassName
{
background-color: #110799;
}
.BgClassName
{
background-color: #110799;
}
</style>
border-color css
<style>
span { border-color: #110799; }
span { border-color: rgb(17,7,153); }
td.TdClassName
{
border-color: #110799;
}
.TagClassName
{
border-color: #110799;
}
</style>