Shades of Ultramarine #110E83
Tints of Ultramarine #110E83
RGB
CMYK
RGB Variations
Color information
#110E83 (or 0x110E83) is known color: Ultramarine. HEX triplet: 11, 0E and 83. RGB value is (17,14,131). Sum of RGB (Red+Green+Blue) = 17+14+131=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 131 (51.56% from 255 or 80.86% from 162); Max value from RGB is 131 - color contains mainly: blue. Hex color #110E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110E83 is #EEF17C. Grayscale: #1B1B1B. Windows color (decimal): -15659389 or 8588817. OLE color: 8588817.
HSL color Cylindrical-coordinate representation of color #110E83: hue angle of 241.54º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110E83 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 14 | 131 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.49 |
| HSL | 241.54º | 0.81% | 0.28% | - |
| HSV(B) | 241.54º | 0.89% | 0.51% | - |
| XYZ | 4.48 | 2.07 | 21.64 | - |
| YUV | 28.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 131 | 0.87 | 0.89 | 0 | 0.49 | 241.54 | 0.81 | 0.28 |
| Hex | 11 | E | 83 | 57 | 59 | 0 | 31 | F2 | 51 | 1C |
| Octal | 21 | 16 | 203 | 127 | 131 | 0 | 61 | 362 | 121 | 34 |
| Binary | 10001 | 1110 | 10000011 | 1010111 | 1011001 | 0 | 110001 | 11110010 | 1010001 | 11100 |
Color Harmonies of #110E83
Complementary color
Monochromatic Colors of #110E83
Black with #110E83
Text Example
Text Example
White with #110E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E83; }
p { color: rgb(17,14,131); }
H1.HeaderClassName
{
color: #110E83;
}
.AnyTagClassName
{
color: #110E83;
}
</style>
background-color css
<style>
a { background-color: #110E83; }
a { background-color: rgb(17,14,131); }
div.DivClassName
{
background-color: #110E83;
}
.BgClassName
{
background-color: #110E83;
}
</style>
border-color css
<style>
span { border-color: #110E83; }
span { border-color: rgb(17,14,131); }
td.TdClassName
{
border-color: #110E83;
}
.TagClassName
{
border-color: #110E83;
}
</style>