Shades of Ultramarine #110194
Tints of Ultramarine #110194
RGB
CMYK
RGB Variations
Color information
#110194 (or 0x110194) is known color: Ultramarine. HEX triplet: 11, 01 and 94. RGB value is (17,1,148). Sum of RGB (Red+Green+Blue) = 17+1+148=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 148 (58.20% from 255 or 89.16% from 166); Max value from RGB is 148 - color contains mainly: blue. Hex color #110194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110194 is #EEFE6B. Grayscale: #151515. Windows color (decimal): -15662700 or 9699601. OLE color: 9699601.
HSL color Cylindrical-coordinate representation of color #110194: hue angle of 246.53º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110194 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 1 | 148 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.42 |
| HSL | 246.53º | 0.99% | 0.29% | - |
| HSV(B) | 246.53º | 0.99% | 0.58% | - |
| XYZ | 5.59 | 2.28 | 28.16 | - |
| YUV | 22.54 | 198.8 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 148 | 0.89 | 0.99 | 0 | 0.42 | 246.53 | 0.99 | 0.29 |
| Hex | 11 | 1 | 94 | 59 | 63 | 0 | 2A | F7 | 63 | 1D |
| Octal | 21 | 1 | 224 | 131 | 143 | 0 | 52 | 367 | 143 | 35 |
| Binary | 10001 | 1 | 10010100 | 1011001 | 1100011 | 0 | 101010 | 11110111 | 1100011 | 11101 |
Color Harmonies of #110194
Complementary color
Monochromatic Colors of #110194
Black with #110194
Text Example
Text Example
White with #110194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110194; }
p { color: rgb(17,1,148); }
H1.HeaderClassName
{
color: #110194;
}
.AnyTagClassName
{
color: #110194;
}
</style>
background-color css
<style>
a { background-color: #110194; }
a { background-color: rgb(17,1,148); }
div.DivClassName
{
background-color: #110194;
}
.BgClassName
{
background-color: #110194;
}
</style>
border-color css
<style>
span { border-color: #110194; }
span { border-color: rgb(17,1,148); }
td.TdClassName
{
border-color: #110194;
}
.TagClassName
{
border-color: #110194;
}
</style>