Shades of Ultramarine #110794
Tints of Ultramarine #110794
RGB
CMYK
RGB Variations
Color information
#110794 (or 0x110794) is known color: Ultramarine. HEX triplet: 11, 07 and 94. RGB value is (17,7,148). Sum of RGB (Red+Green+Blue) = 17+7+148=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 148 (58.20% from 255 or 86.05% from 172); Max value from RGB is 148 - color contains mainly: blue. Hex color #110794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110794 is #EEF86B. Grayscale: #191919. Windows color (decimal): -15661164 or 9701137. OLE color: 9701137.
HSL color Cylindrical-coordinate representation of color #110794: hue angle of 244.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110794 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 7 | 148 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.42 |
| HSL | 244.26º | 0.91% | 0.3% | - |
| HSV(B) | 244.26º | 0.95% | 0.58% | - |
| XYZ | 5.65 | 2.41 | 28.18 | - |
| YUV | 26.06 | 196.81 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 148 | 0.89 | 0.95 | 0 | 0.42 | 244.26 | 0.91 | 0.3 |
| Hex | 11 | 7 | 94 | 59 | 5F | 0 | 2A | F4 | 5B | 1E |
| Octal | 21 | 7 | 224 | 131 | 137 | 0 | 52 | 364 | 133 | 36 |
| Binary | 10001 | 111 | 10010100 | 1011001 | 1011111 | 0 | 101010 | 11110100 | 1011011 | 11110 |
Color Harmonies of #110794
Complementary color
Monochromatic Colors of #110794
Black with #110794
Text Example
Text Example
White with #110794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110794; }
p { color: rgb(17,7,148); }
H1.HeaderClassName
{
color: #110794;
}
.AnyTagClassName
{
color: #110794;
}
</style>
background-color css
<style>
a { background-color: #110794; }
a { background-color: rgb(17,7,148); }
div.DivClassName
{
background-color: #110794;
}
.BgClassName
{
background-color: #110794;
}
</style>
border-color css
<style>
span { border-color: #110794; }
span { border-color: rgb(17,7,148); }
td.TdClassName
{
border-color: #110794;
}
.TagClassName
{
border-color: #110794;
}
</style>