Shades of Ultramarine #110092
Tints of Ultramarine #110092
RGB
CMYK
RGB Variations
Color information
#110092 (or 0x110092) is known color: Ultramarine. HEX triplet: 11, 00 and 92. RGB value is (17,0,146). Sum of RGB (Red+Green+Blue) = 17+0+146=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 146 (57.42% from 255 or 89.57% from 163); Max value from RGB is 146 - color contains mainly: blue. Hex color #110092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110092 is #EEFF6D. Grayscale: #151515. Windows color (decimal): -15662958 or 9568273. OLE color: 9568273.
HSL color Cylindrical-coordinate representation of color #110092: hue angle of 246.99º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110092 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 0 | 146 | - |
| CMYK | 0.88 | 1 | 0 | 0.43 |
| HSL | 246.99º | 1% | 0.29% | - |
| HSV(B) | 246.99º | 1% | 0.57% | - |
| XYZ | 5.42 | 2.19 | 27.33 | - |
| YUV | 21.73 | 198.13 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 146 | 0.88 | 1 | 0 | 0.43 | 246.99 | 1 | 0.29 |
| Hex | 11 | 0 | 92 | 58 | 64 | 0 | 2B | F7 | 64 | 1D |
| Octal | 21 | 0 | 222 | 130 | 144 | 0 | 53 | 367 | 144 | 35 |
| Binary | 10001 | 0 | 10010010 | 1011000 | 1100100 | 0 | 101011 | 11110111 | 1100100 | 11101 |
Color Harmonies of #110092
Complementary color
Monochromatic Colors of #110092
Black with #110092
Text Example
Text Example
White with #110092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110092; }
p { color: rgb(17,0,146); }
H1.HeaderClassName
{
color: #110092;
}
.AnyTagClassName
{
color: #110092;
}
</style>
background-color css
<style>
a { background-color: #110092; }
a { background-color: rgb(17,0,146); }
div.DivClassName
{
background-color: #110092;
}
.BgClassName
{
background-color: #110092;
}
</style>
border-color css
<style>
span { border-color: #110092; }
span { border-color: rgb(17,0,146); }
td.TdClassName
{
border-color: #110092;
}
.TagClassName
{
border-color: #110092;
}
</style>