Shades of Ultramarine #090592
Tints of Ultramarine #090592
RGB
CMYK
RGB Variations
Color information
#090592 (or 0x090592) is known color: Ultramarine. HEX triplet: 09, 05 and 92. RGB value is (9,5,146). Sum of RGB (Red+Green+Blue) = 9+5+146=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 146 (57.42% from 255 or 91.25% from 160); Max value from RGB is 146 - color contains mainly: blue. Hex color #090592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090592 is #F6FA6D. Grayscale: #151515. Windows color (decimal): -16185966 or 9569545. OLE color: 9569545.
HSL color Cylindrical-coordinate representation of color #090592: hue angle of 241.7º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #090592 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 5 | 146 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.43 |
| HSL | 241.7º | 0.93% | 0.3% | - |
| HSV(B) | 241.7º | 0.97% | 0.57% | - |
| XYZ | 5.36 | 2.24 | 27.34 | - |
| YUV | 22.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 146 | 0.94 | 0.97 | 0 | 0.43 | 241.7 | 0.93 | 0.3 |
| Hex | 9 | 5 | 92 | 5E | 61 | 0 | 2B | F2 | 5D | 1E |
| Octal | 11 | 5 | 222 | 136 | 141 | 0 | 53 | 362 | 135 | 36 |
| Binary | 1001 | 101 | 10010010 | 1011110 | 1100001 | 0 | 101011 | 11110010 | 1011101 | 11110 |
Color Harmonies of #090592
Complementary color
Monochromatic Colors of #090592
Black with #090592
Text Example
Text Example
White with #090592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090592; }
p { color: rgb(9,5,146); }
H1.HeaderClassName
{
color: #090592;
}
.AnyTagClassName
{
color: #090592;
}
</style>
background-color css
<style>
a { background-color: #090592; }
a { background-color: rgb(9,5,146); }
div.DivClassName
{
background-color: #090592;
}
.BgClassName
{
background-color: #090592;
}
</style>
border-color css
<style>
span { border-color: #090592; }
span { border-color: rgb(9,5,146); }
td.TdClassName
{
border-color: #090592;
}
.TagClassName
{
border-color: #090592;
}
</style>