Shades of Ultramarine #091990
Tints of Ultramarine #091990
RGB
CMYK
RGB Variations
Color information
#091990 (or 0x091990) is known color: Ultramarine. HEX triplet: 09, 19 and 90. RGB value is (9,25,144). Sum of RGB (Red+Green+Blue) = 9+25+144=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 144 (56.64% from 255 or 80.90% from 178); Max value from RGB is 144 - color contains mainly: blue. Hex color #091990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091990 is #F6E66F. Grayscale: #212121. Windows color (decimal): -16180848 or 9443593. OLE color: 9443593.
HSL color Cylindrical-coordinate representation of color #091990: hue angle of 232.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091990 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 25 | 144 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.44 |
| HSL | 232.89º | 0.88% | 0.3% | - |
| HSV(B) | 232.89º | 0.94% | 0.56% | - |
| XYZ | 5.49 | 2.77 | 26.63 | - |
| YUV | 33.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 144 | 0.94 | 0.83 | 0 | 0.44 | 232.89 | 0.88 | 0.3 |
| Hex | 9 | 19 | 90 | 5E | 53 | 0 | 2C | E9 | 58 | 1E |
| Octal | 11 | 31 | 220 | 136 | 123 | 0 | 54 | 351 | 130 | 36 |
| Binary | 1001 | 11001 | 10010000 | 1011110 | 1010011 | 0 | 101100 | 11101001 | 1011000 | 11110 |
Color Harmonies of #091990
Complementary color
Monochromatic Colors of #091990
Black with #091990
Text Example
Text Example
White with #091990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091990; }
p { color: rgb(9,25,144); }
H1.HeaderClassName
{
color: #091990;
}
.AnyTagClassName
{
color: #091990;
}
</style>
background-color css
<style>
a { background-color: #091990; }
a { background-color: rgb(9,25,144); }
div.DivClassName
{
background-color: #091990;
}
.BgClassName
{
background-color: #091990;
}
</style>
border-color css
<style>
span { border-color: #091990; }
span { border-color: rgb(9,25,144); }
td.TdClassName
{
border-color: #091990;
}
.TagClassName
{
border-color: #091990;
}
</style>