Shades of Ultramarine #091499
Tints of Ultramarine #091499
RGB
CMYK
RGB Variations
Color information
#091499 (or 0x091499) is known color: Ultramarine. HEX triplet: 09, 14 and 99. RGB value is (9,20,153). Sum of RGB (Red+Green+Blue) = 9+20+153=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 153 (60.16% from 255 or 84.07% from 182); Max value from RGB is 153 - color contains mainly: blue. Hex color #091499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091499 is #F6EB66. Grayscale: #1F1F1F. Windows color (decimal): -16182119 or 10032137. OLE color: 10032137.
HSL color Cylindrical-coordinate representation of color #091499: hue angle of 235.42º 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 #091499 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 20 | 153 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.4 |
| HSL | 235.42º | 0.89% | 0.32% | - |
| HSV(B) | 235.42º | 0.94% | 0.6% | - |
| XYZ | 6.11 | 2.86 | 30.37 | - |
| YUV | 31.87 | 196.36 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 153 | 0.94 | 0.87 | 0 | 0.4 | 235.42 | 0.89 | 0.32 |
| Hex | 9 | 14 | 99 | 5E | 57 | 0 | 28 | EB | 59 | 20 |
| Octal | 11 | 24 | 231 | 136 | 127 | 0 | 50 | 353 | 131 | 40 |
| Binary | 1001 | 10100 | 10011001 | 1011110 | 1010111 | 0 | 101000 | 11101011 | 1011001 | 100000 |
Color Harmonies of #091499
Complementary color
Monochromatic Colors of #091499
Black with #091499
Text Example
Text Example
White with #091499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091499; }
p { color: rgb(9,20,153); }
H1.HeaderClassName
{
color: #091499;
}
.AnyTagClassName
{
color: #091499;
}
</style>
background-color css
<style>
a { background-color: #091499; }
a { background-color: rgb(9,20,153); }
div.DivClassName
{
background-color: #091499;
}
.BgClassName
{
background-color: #091499;
}
</style>
border-color css
<style>
span { border-color: #091499; }
span { border-color: rgb(9,20,153); }
td.TdClassName
{
border-color: #091499;
}
.TagClassName
{
border-color: #091499;
}
</style>