Shades of Ultramarine #090895
Tints of Ultramarine #090895
RGB
CMYK
RGB Variations
Color information
#090895 (or 0x090895) is known color: Ultramarine. HEX triplet: 09, 08 and 95. RGB value is (9,8,149). Sum of RGB (Red+Green+Blue) = 9+8+149=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #090895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090895 is #F6F76A. Grayscale: #171717. Windows color (decimal): -16185195 or 9766921. OLE color: 9766921.
HSL color Cylindrical-coordinate representation of color #090895: hue angle of 240.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090895 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 8 | 149 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.42 |
| HSL | 240.43º | 0.9% | 0.31% | - |
| HSV(B) | 240.43º | 0.95% | 0.58% | - |
| XYZ | 5.62 | 2.4 | 28.6 | - |
| YUV | 24.37 | 198.33 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 149 | 0.94 | 0.95 | 0 | 0.42 | 240.43 | 0.9 | 0.31 |
| Hex | 9 | 8 | 95 | 5E | 5F | 0 | 2A | F0 | 5A | 1F |
| Octal | 11 | 10 | 225 | 136 | 137 | 0 | 52 | 360 | 132 | 37 |
| Binary | 1001 | 1000 | 10010101 | 1011110 | 1011111 | 0 | 101010 | 11110000 | 1011010 | 11111 |
Color Harmonies of #090895
Complementary color
Monochromatic Colors of #090895
Black with #090895
Text Example
Text Example
White with #090895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090895; }
p { color: rgb(9,8,149); }
H1.HeaderClassName
{
color: #090895;
}
.AnyTagClassName
{
color: #090895;
}
</style>
background-color css
<style>
a { background-color: #090895; }
a { background-color: rgb(9,8,149); }
div.DivClassName
{
background-color: #090895;
}
.BgClassName
{
background-color: #090895;
}
</style>
border-color css
<style>
span { border-color: #090895; }
span { border-color: rgb(9,8,149); }
td.TdClassName
{
border-color: #090895;
}
.TagClassName
{
border-color: #090895;
}
</style>