Shades of Ultramarine #090990
Tints of Ultramarine #090990
RGB
CMYK
RGB Variations
Color information
#090990 (or 0x090990) is known color: Ultramarine. HEX triplet: 09, 09 and 90. RGB value is (9,9,144). Sum of RGB (Red+Green+Blue) = 9+9+144=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 144 (56.64% from 255 or 88.89% from 162); Max value from RGB is 144 - color contains mainly: blue. Hex color #090990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090990 is #F6F66F. Grayscale: #171717. Windows color (decimal): -16184944 or 9439497. OLE color: 9439497.
HSL color Cylindrical-coordinate representation of color #090990: hue angle of 240º 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 #090990 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 9 | 144 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.44 |
| HSL | 240º | 0.88% | 0.3% | - |
| HSV(B) | 240º | 0.94% | 0.56% | - |
| XYZ | 5.24 | 2.27 | 26.55 | - |
| YUV | 24.39 | 195.5 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 144 | 0.94 | 0.94 | 0 | 0.44 | 240 | 0.88 | 0.3 |
| Hex | 9 | 9 | 90 | 5E | 5E | 0 | 2C | F0 | 58 | 1E |
| Octal | 11 | 11 | 220 | 136 | 136 | 0 | 54 | 360 | 130 | 36 |
| Binary | 1001 | 1001 | 10010000 | 1011110 | 1011110 | 0 | 101100 | 11110000 | 1011000 | 11110 |
Color Harmonies of #090990
Complementary color
Monochromatic Colors of #090990
Black with #090990
Text Example
Text Example
White with #090990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090990; }
p { color: rgb(9,9,144); }
H1.HeaderClassName
{
color: #090990;
}
.AnyTagClassName
{
color: #090990;
}
</style>
background-color css
<style>
a { background-color: #090990; }
a { background-color: rgb(9,9,144); }
div.DivClassName
{
background-color: #090990;
}
.BgClassName
{
background-color: #090990;
}
</style>
border-color css
<style>
span { border-color: #090990; }
span { border-color: rgb(9,9,144); }
td.TdClassName
{
border-color: #090990;
}
.TagClassName
{
border-color: #090990;
}
</style>