Shades of Ultramarine #11098B
Tints of Ultramarine #11098B
RGB
CMYK
RGB Variations
Color information
#11098B (or 0x11098B) is known color: Ultramarine. HEX triplet: 11, 09 and 8B. RGB value is (17,9,139). Sum of RGB (Red+Green+Blue) = 17+9+139=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #11098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11098B is #EEF674. Grayscale: #191919. Windows color (decimal): -15660661 or 9111825. OLE color: 9111825.
HSL color Cylindrical-coordinate representation of color #11098B: hue angle of 243.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11098B is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 9 | 139 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.45 |
| HSL | 243.69º | 0.88% | 0.29% | - |
| HSV(B) | 243.69º | 0.94% | 0.55% | - |
| XYZ | 4.99 | 2.18 | 24.58 | - |
| YUV | 26.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 139 | 0.88 | 0.94 | 0 | 0.45 | 243.69 | 0.88 | 0.29 |
| Hex | 11 | 9 | 8B | 58 | 5E | 0 | 2D | F4 | 58 | 1D |
| Octal | 21 | 11 | 213 | 130 | 136 | 0 | 55 | 364 | 130 | 35 |
| Binary | 10001 | 1001 | 10001011 | 1011000 | 1011110 | 0 | 101101 | 11110100 | 1011000 | 11101 |
Color Harmonies of #11098B
Complementary color
Monochromatic Colors of #11098B
Black with #11098B
Text Example
Text Example
White with #11098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11098B; }
p { color: rgb(17,9,139); }
H1.HeaderClassName
{
color: #11098B;
}
.AnyTagClassName
{
color: #11098B;
}
</style>
background-color css
<style>
a { background-color: #11098B; }
a { background-color: rgb(17,9,139); }
div.DivClassName
{
background-color: #11098B;
}
.BgClassName
{
background-color: #11098B;
}
</style>
border-color css
<style>
span { border-color: #11098B; }
span { border-color: rgb(17,9,139); }
td.TdClassName
{
border-color: #11098B;
}
.TagClassName
{
border-color: #11098B;
}
</style>