Shades of Ultramarine #110F90
Tints of Ultramarine #110F90
RGB
CMYK
RGB Variations
Color information
#110F90 (or 0x110F90) is known color: Ultramarine. HEX triplet: 11, 0F and 90. RGB value is (17,15,144). Sum of RGB (Red+Green+Blue) = 17+15+144=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #110F90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110F90 is #EEF06F. Grayscale: #1D1D1D. Windows color (decimal): -15659120 or 9441041. OLE color: 9441041.
HSL color Cylindrical-coordinate representation of color #110F90: hue angle of 240.93º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110F90 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 15 | 144 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.44 |
| HSL | 240.93º | 0.81% | 0.31% | - |
| HSV(B) | 240.93º | 0.9% | 0.56% | - |
| XYZ | 5.44 | 2.47 | 26.58 | - |
| YUV | 30.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 144 | 0.88 | 0.90 | 0 | 0.44 | 240.93 | 0.81 | 0.31 |
| Hex | 11 | F | 90 | 58 | 5A | 0 | 2C | F1 | 51 | 1F |
| Octal | 21 | 17 | 220 | 130 | 132 | 0 | 54 | 361 | 121 | 37 |
| Binary | 10001 | 1111 | 10010000 | 1011000 | 1011010 | 0 | 101100 | 11110001 | 1010001 | 11111 |
Color Harmonies of #110F90
Complementary color
Monochromatic Colors of #110F90
Black with #110F90
Text Example
Text Example
White with #110F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F90; }
p { color: rgb(17,15,144); }
H1.HeaderClassName
{
color: #110F90;
}
.AnyTagClassName
{
color: #110F90;
}
</style>
background-color css
<style>
a { background-color: #110F90; }
a { background-color: rgb(17,15,144); }
div.DivClassName
{
background-color: #110F90;
}
.BgClassName
{
background-color: #110F90;
}
</style>
border-color css
<style>
span { border-color: #110F90; }
span { border-color: rgb(17,15,144); }
td.TdClassName
{
border-color: #110F90;
}
.TagClassName
{
border-color: #110F90;
}
</style>