Shades of Ultramarine #110699
Tints of Ultramarine #110699
RGB
CMYK
RGB Variations
Color information
#110699 (or 0x110699) is known color: Ultramarine. HEX triplet: 11, 06 and 99. RGB value is (17,6,153). Sum of RGB (Red+Green+Blue) = 17+6+153=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 153 (60.16% from 255 or 86.93% from 176); Max value from RGB is 153 - color contains mainly: blue. Hex color #110699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110699 is #EEF966. Grayscale: #191919. Windows color (decimal): -15661415 or 10028561. OLE color: 10028561.
HSL color Cylindrical-coordinate representation of color #110699: hue angle of 244.49º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110699 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 6 | 153 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.4 |
| HSL | 244.49º | 0.92% | 0.31% | - |
| HSV(B) | 244.49º | 0.96% | 0.6% | - |
| XYZ | 6.05 | 2.55 | 30.31 | - |
| YUV | 26.05 | 199.64 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 153 | 0.89 | 0.96 | 0 | 0.4 | 244.49 | 0.92 | 0.31 |
| Hex | 11 | 6 | 99 | 59 | 60 | 0 | 28 | F4 | 5C | 1F |
| Octal | 21 | 6 | 231 | 131 | 140 | 0 | 50 | 364 | 134 | 37 |
| Binary | 10001 | 110 | 10011001 | 1011001 | 1100000 | 0 | 101000 | 11110100 | 1011100 | 11111 |
Color Harmonies of #110699
Complementary color
Monochromatic Colors of #110699
Black with #110699
Text Example
Text Example
White with #110699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110699; }
p { color: rgb(17,6,153); }
H1.HeaderClassName
{
color: #110699;
}
.AnyTagClassName
{
color: #110699;
}
</style>
background-color css
<style>
a { background-color: #110699; }
a { background-color: rgb(17,6,153); }
div.DivClassName
{
background-color: #110699;
}
.BgClassName
{
background-color: #110699;
}
</style>
border-color css
<style>
span { border-color: #110699; }
span { border-color: rgb(17,6,153); }
td.TdClassName
{
border-color: #110699;
}
.TagClassName
{
border-color: #110699;
}
</style>