Shades of Ultramarine #110790
Tints of Ultramarine #110790
RGB
CMYK
RGB Variations
Color information
#110790 (or 0x110790) is known color: Ultramarine. HEX triplet: 11, 07 and 90. RGB value is (17,7,144). Sum of RGB (Red+Green+Blue) = 17+7+144=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #110790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110790 is #EEF86F. Grayscale: #191919. Windows color (decimal): -15661168 or 9438993. OLE color: 9438993.
HSL color Cylindrical-coordinate representation of color #110790: hue angle of 244.38º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110790 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 7 | 144 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.44 |
| HSL | 244.38º | 0.91% | 0.3% | - |
| HSV(B) | 244.38º | 0.95% | 0.56% | - |
| XYZ | 5.34 | 2.28 | 26.55 | - |
| YUV | 25.61 | 194.81 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 144 | 0.88 | 0.95 | 0 | 0.44 | 244.38 | 0.91 | 0.3 |
| Hex | 11 | 7 | 90 | 58 | 5F | 0 | 2C | F4 | 5B | 1E |
| Octal | 21 | 7 | 220 | 130 | 137 | 0 | 54 | 364 | 133 | 36 |
| Binary | 10001 | 111 | 10010000 | 1011000 | 1011111 | 0 | 101100 | 11110100 | 1011011 | 11110 |
Color Harmonies of #110790
Complementary color
Monochromatic Colors of #110790
Black with #110790
Text Example
Text Example
White with #110790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110790; }
p { color: rgb(17,7,144); }
H1.HeaderClassName
{
color: #110790;
}
.AnyTagClassName
{
color: #110790;
}
</style>
background-color css
<style>
a { background-color: #110790; }
a { background-color: rgb(17,7,144); }
div.DivClassName
{
background-color: #110790;
}
.BgClassName
{
background-color: #110790;
}
</style>
border-color css
<style>
span { border-color: #110790; }
span { border-color: rgb(17,7,144); }
td.TdClassName
{
border-color: #110790;
}
.TagClassName
{
border-color: #110790;
}
</style>