Shades of Ultramarine #110B90
Tints of Ultramarine #110B90
RGB
CMYK
RGB Variations
Color information
#110B90 (or 0x110B90) is known color: Ultramarine. HEX triplet: 11, 0B and 90. RGB value is (17,11,144). Sum of RGB (Red+Green+Blue) = 17+11+144=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #110B90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110B90 is #EEF46F. Grayscale: #1B1B1B. Windows color (decimal): -15660144 or 9440017. OLE color: 9440017.
HSL color Cylindrical-coordinate representation of color #110B90: hue angle of 242.71º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110B90 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 11 | 144 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.44 |
| HSL | 242.71º | 0.86% | 0.3% | - |
| HSV(B) | 242.71º | 0.92% | 0.56% | - |
| XYZ | 5.38 | 2.37 | 26.56 | - |
| YUV | 27.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 144 | 0.88 | 0.92 | 0 | 0.44 | 242.71 | 0.86 | 0.3 |
| Hex | 11 | B | 90 | 58 | 5C | 0 | 2C | F3 | 56 | 1E |
| Octal | 21 | 13 | 220 | 130 | 134 | 0 | 54 | 363 | 126 | 36 |
| Binary | 10001 | 1011 | 10010000 | 1011000 | 1011100 | 0 | 101100 | 11110011 | 1010110 | 11110 |
Color Harmonies of #110B90
Complementary color
Monochromatic Colors of #110B90
Black with #110B90
Text Example
Text Example
White with #110B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B90; }
p { color: rgb(17,11,144); }
H1.HeaderClassName
{
color: #110B90;
}
.AnyTagClassName
{
color: #110B90;
}
</style>
background-color css
<style>
a { background-color: #110B90; }
a { background-color: rgb(17,11,144); }
div.DivClassName
{
background-color: #110B90;
}
.BgClassName
{
background-color: #110B90;
}
</style>
border-color css
<style>
span { border-color: #110B90; }
span { border-color: rgb(17,11,144); }
td.TdClassName
{
border-color: #110B90;
}
.TagClassName
{
border-color: #110B90;
}
</style>