Shades of Ultramarine #091199
Tints of Ultramarine #091199
RGB
CMYK
RGB Variations
Color information
#091199 (or 0x091199) is known color: Ultramarine. HEX triplet: 09, 11 and 99. RGB value is (9,17,153). Sum of RGB (Red+Green+Blue) = 9+17+153=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 153 (60.16% from 255 or 85.47% from 179); Max value from RGB is 153 - color contains mainly: blue. Hex color #091199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091199 is #F6EE66. Grayscale: #1D1D1D. Windows color (decimal): -16182887 or 10031369. OLE color: 10031369.
HSL color Cylindrical-coordinate representation of color #091199: hue angle of 236.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091199 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 17 | 153 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.4 |
| HSL | 236.67º | 0.89% | 0.32% | - |
| HSV(B) | 236.67º | 0.94% | 0.6% | - |
| XYZ | 6.06 | 2.76 | 30.35 | - |
| YUV | 30.11 | 197.35 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 153 | 0.94 | 0.89 | 0 | 0.4 | 236.67 | 0.89 | 0.32 |
| Hex | 9 | 11 | 99 | 5E | 59 | 0 | 28 | ED | 59 | 20 |
| Octal | 11 | 21 | 231 | 136 | 131 | 0 | 50 | 355 | 131 | 40 |
| Binary | 1001 | 10001 | 10011001 | 1011110 | 1011001 | 0 | 101000 | 11101101 | 1011001 | 100000 |
Color Harmonies of #091199
Complementary color
Monochromatic Colors of #091199
Black with #091199
Text Example
Text Example
White with #091199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091199; }
p { color: rgb(9,17,153); }
H1.HeaderClassName
{
color: #091199;
}
.AnyTagClassName
{
color: #091199;
}
</style>
background-color css
<style>
a { background-color: #091199; }
a { background-color: rgb(9,17,153); }
div.DivClassName
{
background-color: #091199;
}
.BgClassName
{
background-color: #091199;
}
</style>
border-color css
<style>
span { border-color: #091199; }
span { border-color: rgb(9,17,153); }
td.TdClassName
{
border-color: #091199;
}
.TagClassName
{
border-color: #091199;
}
</style>