Shades of Ultramarine #110F92
Tints of Ultramarine #110F92
RGB
CMYK
RGB Variations
Color information
#110F92 (or 0x110F92) is known color: Ultramarine. HEX triplet: 11, 0F and 92. RGB value is (17,15,146). Sum of RGB (Red+Green+Blue) = 17+15+146=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 146 (57.42% from 255 or 82.02% from 178); Max value from RGB is 146 - color contains mainly: blue. Hex color #110F92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110F92 is #EEF06D. Grayscale: #1E1E1E. Windows color (decimal): -15659118 or 9572113. OLE color: 9572113.
HSL color Cylindrical-coordinate representation of color #110F92: hue angle of 240.92º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110F92 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 15 | 146 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.43 |
| HSL | 240.92º | 0.81% | 0.32% | - |
| HSV(B) | 240.92º | 0.9% | 0.57% | - |
| XYZ | 5.59 | 2.54 | 27.39 | - |
| YUV | 30.53 | 193.16 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 146 | 0.88 | 0.90 | 0 | 0.43 | 240.92 | 0.81 | 0.32 |
| Hex | 11 | F | 92 | 58 | 5A | 0 | 2B | F1 | 51 | 20 |
| Octal | 21 | 17 | 222 | 130 | 132 | 0 | 53 | 361 | 121 | 40 |
| Binary | 10001 | 1111 | 10010010 | 1011000 | 1011010 | 0 | 101011 | 11110001 | 1010001 | 100000 |
Color Harmonies of #110F92
Complementary color
Monochromatic Colors of #110F92
Black with #110F92
Text Example
Text Example
White with #110F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F92; }
p { color: rgb(17,15,146); }
H1.HeaderClassName
{
color: #110F92;
}
.AnyTagClassName
{
color: #110F92;
}
</style>
background-color css
<style>
a { background-color: #110F92; }
a { background-color: rgb(17,15,146); }
div.DivClassName
{
background-color: #110F92;
}
.BgClassName
{
background-color: #110F92;
}
</style>
border-color css
<style>
span { border-color: #110F92; }
span { border-color: rgb(17,15,146); }
td.TdClassName
{
border-color: #110F92;
}
.TagClassName
{
border-color: #110F92;
}
</style>