Shades of Ultramarine #110C89
Tints of Ultramarine #110C89
RGB
CMYK
RGB Variations
Color information
#110C89 (or 0x110C89) is known color: Ultramarine. HEX triplet: 11, 0C and 89. RGB value is (17,12,137). Sum of RGB (Red+Green+Blue) = 17+12+137=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 137 (53.91% from 255 or 82.53% from 166); Max value from RGB is 137 - color contains mainly: blue. Hex color #110C89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110C89 is #EEF376. Grayscale: #1B1B1B. Windows color (decimal): -15659895 or 8981521. OLE color: 8981521.
HSL color Cylindrical-coordinate representation of color #110C89: hue angle of 242.4º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110C89 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 12 | 137 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.46 |
| HSL | 242.4º | 0.84% | 0.29% | - |
| HSV(B) | 242.4º | 0.91% | 0.54% | - |
| XYZ | 4.88 | 2.19 | 23.83 | - |
| YUV | 27.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 137 | 0.88 | 0.91 | 0 | 0.46 | 242.4 | 0.84 | 0.29 |
| Hex | 11 | C | 89 | 58 | 5B | 0 | 2E | F2 | 54 | 1D |
| Octal | 21 | 14 | 211 | 130 | 133 | 0 | 56 | 362 | 124 | 35 |
| Binary | 10001 | 1100 | 10001001 | 1011000 | 1011011 | 0 | 101110 | 11110010 | 1010100 | 11101 |
Color Harmonies of #110C89
Complementary color
Monochromatic Colors of #110C89
Black with #110C89
Text Example
Text Example
White with #110C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C89; }
p { color: rgb(17,12,137); }
H1.HeaderClassName
{
color: #110C89;
}
.AnyTagClassName
{
color: #110C89;
}
</style>
background-color css
<style>
a { background-color: #110C89; }
a { background-color: rgb(17,12,137); }
div.DivClassName
{
background-color: #110C89;
}
.BgClassName
{
background-color: #110C89;
}
</style>
border-color css
<style>
span { border-color: #110C89; }
span { border-color: rgb(17,12,137); }
td.TdClassName
{
border-color: #110C89;
}
.TagClassName
{
border-color: #110C89;
}
</style>