Shades of Ultramarine #091996
Tints of Ultramarine #091996
RGB
CMYK
RGB Variations
Color information
#091996 (or 0x091996) is known color: Ultramarine. HEX triplet: 09, 19 and 96. RGB value is (9,25,150). Sum of RGB (Red+Green+Blue) = 9+25+150=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 150 (58.98% from 255 or 81.52% from 184); Max value from RGB is 150 - color contains mainly: blue. Hex color #091996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091996 is #F6E669. Grayscale: #212121. Windows color (decimal): -16180842 or 9836809. OLE color: 9836809.
HSL color Cylindrical-coordinate representation of color #091996: hue angle of 233.19º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091996 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 25 | 150 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.41 |
| HSL | 233.19º | 0.89% | 0.31% | - |
| HSV(B) | 233.19º | 0.94% | 0.59% | - |
| XYZ | 5.97 | 2.96 | 29.11 | - |
| YUV | 34.47 | 193.2 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 150 | 0.94 | 0.83 | 0 | 0.41 | 233.19 | 0.89 | 0.31 |
| Hex | 9 | 19 | 96 | 5E | 53 | 0 | 29 | E9 | 59 | 1F |
| Octal | 11 | 31 | 226 | 136 | 123 | 0 | 51 | 351 | 131 | 37 |
| Binary | 1001 | 11001 | 10010110 | 1011110 | 1010011 | 0 | 101001 | 11101001 | 1011001 | 11111 |
Color Harmonies of #091996
Complementary color
Monochromatic Colors of #091996
Black with #091996
Text Example
Text Example
White with #091996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091996; }
p { color: rgb(9,25,150); }
H1.HeaderClassName
{
color: #091996;
}
.AnyTagClassName
{
color: #091996;
}
</style>
background-color css
<style>
a { background-color: #091996; }
a { background-color: rgb(9,25,150); }
div.DivClassName
{
background-color: #091996;
}
.BgClassName
{
background-color: #091996;
}
</style>
border-color css
<style>
span { border-color: #091996; }
span { border-color: rgb(9,25,150); }
td.TdClassName
{
border-color: #091996;
}
.TagClassName
{
border-color: #091996;
}
</style>