Shades of Ultramarine #11109B
Tints of Ultramarine #11109B
RGB
CMYK
RGB Variations
Color information
#11109B (or 0x11109B) is known color: Ultramarine. HEX triplet: 11, 10 and 9B. RGB value is (17,16,155). Sum of RGB (Red+Green+Blue) = 17+16+155=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #11109B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11109B is #EEEF64. Grayscale: #1F1F1F. Windows color (decimal): -15658853 or 10162193. OLE color: 10162193.
HSL color Cylindrical-coordinate representation of color #11109B: hue angle of 240.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11109B is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 16 | 155 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.39 |
| HSL | 240.43º | 0.81% | 0.34% | - |
| HSV(B) | 240.43º | 0.9% | 0.61% | - |
| XYZ | 6.33 | 2.86 | 31.23 | - |
| YUV | 32.15 | 197.33 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 155 | 0.89 | 0.90 | 0 | 0.39 | 240.43 | 0.81 | 0.34 |
| Hex | 11 | 10 | 9B | 59 | 5A | 0 | 27 | F0 | 51 | 22 |
| Octal | 21 | 20 | 233 | 131 | 132 | 0 | 47 | 360 | 121 | 42 |
| Binary | 10001 | 10000 | 10011011 | 1011001 | 1011010 | 0 | 100111 | 11110000 | 1010001 | 100010 |
Color Harmonies of #11109B
Complementary color
Monochromatic Colors of #11109B
Black with #11109B
Text Example
Text Example
White with #11109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11109B; }
p { color: rgb(17,16,155); }
H1.HeaderClassName
{
color: #11109B;
}
.AnyTagClassName
{
color: #11109B;
}
</style>
background-color css
<style>
a { background-color: #11109B; }
a { background-color: rgb(17,16,155); }
div.DivClassName
{
background-color: #11109B;
}
.BgClassName
{
background-color: #11109B;
}
</style>
border-color css
<style>
span { border-color: #11109B; }
span { border-color: rgb(17,16,155); }
td.TdClassName
{
border-color: #11109B;
}
.TagClassName
{
border-color: #11109B;
}
</style>