Shades of Ultramarine #110798
Tints of Ultramarine #110798
RGB
CMYK
RGB Variations
Color information
#110798 (or 0x110798) is known color: Ultramarine. HEX triplet: 11, 07 and 98. RGB value is (17,7,152). Sum of RGB (Red+Green+Blue) = 17+7+152=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 152 (59.77% from 255 or 86.36% from 176); Max value from RGB is 152 - color contains mainly: blue. Hex color #110798 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110798 is #EEF867. Grayscale: #191919. Windows color (decimal): -15661160 or 9963281. OLE color: 9963281.
HSL color Cylindrical-coordinate representation of color #110798: hue angle of 244.14º 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 #110798 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 7 | 152 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.40 |
| HSL | 244.14º | 0.91% | 0.31% | - |
| HSV(B) | 244.14º | 0.95% | 0.6% | - |
| XYZ | 5.97 | 2.54 | 29.88 | - |
| YUV | 26.52 | 198.81 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 152 | 0.89 | 0.95 | 0 | 0.40 | 244.14 | 0.91 | 0.31 |
| Hex | 11 | 7 | 98 | 59 | 5F | 0 | 28 | F4 | 5B | 1F |
| Octal | 21 | 7 | 230 | 131 | 137 | 0 | 50 | 364 | 133 | 37 |
| Binary | 10001 | 111 | 10011000 | 1011001 | 1011111 | 0 | 101000 | 11110100 | 1011011 | 11111 |
Color Harmonies of #110798
Complementary color
Monochromatic Colors of #110798
Black with #110798
Text Example
Text Example
White with #110798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110798; }
p { color: rgb(17,7,152); }
H1.HeaderClassName
{
color: #110798;
}
.AnyTagClassName
{
color: #110798;
}
</style>
background-color css
<style>
a { background-color: #110798; }
a { background-color: rgb(17,7,152); }
div.DivClassName
{
background-color: #110798;
}
.BgClassName
{
background-color: #110798;
}
</style>
border-color css
<style>
span { border-color: #110798; }
span { border-color: rgb(17,7,152); }
td.TdClassName
{
border-color: #110798;
}
.TagClassName
{
border-color: #110798;
}
</style>