Shades of Ultramarine #11099B
Tints of Ultramarine #11099B
RGB
CMYK
RGB Variations
Color information
#11099B (or 0x11099B) is known color: Ultramarine. HEX triplet: 11, 09 and 9B. RGB value is (17,9,155). Sum of RGB (Red+Green+Blue) = 17+9+155=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #11099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11099B is #EEF664. Grayscale: #1B1B1B. Windows color (decimal): -15660645 or 10160401. OLE color: 10160401.
HSL color Cylindrical-coordinate representation of color #11099B: hue angle of 243.29º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11099B is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 9 | 155 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.39 |
| HSL | 243.29º | 0.89% | 0.32% | - |
| HSV(B) | 243.29º | 0.94% | 0.61% | - |
| XYZ | 6.25 | 2.68 | 31.2 | - |
| YUV | 28.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 155 | 0.89 | 0.94 | 0 | 0.39 | 243.29 | 0.89 | 0.32 |
| Hex | 11 | 9 | 9B | 59 | 5E | 0 | 27 | F3 | 59 | 20 |
| Octal | 21 | 11 | 233 | 131 | 136 | 0 | 47 | 363 | 131 | 40 |
| Binary | 10001 | 1001 | 10011011 | 1011001 | 1011110 | 0 | 100111 | 11110011 | 1011001 | 100000 |
Color Harmonies of #11099B
Complementary color
Monochromatic Colors of #11099B
Black with #11099B
Text Example
Text Example
White with #11099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11099B; }
p { color: rgb(17,9,155); }
H1.HeaderClassName
{
color: #11099B;
}
.AnyTagClassName
{
color: #11099B;
}
</style>
background-color css
<style>
a { background-color: #11099B; }
a { background-color: rgb(17,9,155); }
div.DivClassName
{
background-color: #11099B;
}
.BgClassName
{
background-color: #11099B;
}
</style>
border-color css
<style>
span { border-color: #11099B; }
span { border-color: rgb(17,9,155); }
td.TdClassName
{
border-color: #11099B;
}
.TagClassName
{
border-color: #11099B;
}
</style>