Shades of Ultramarine #091995
Tints of Ultramarine #091995
RGB
CMYK
RGB Variations
Color information
#091995 (or 0x091995) is known color: Ultramarine. HEX triplet: 09, 19 and 95. RGB value is (9,25,149). Sum of RGB (Red+Green+Blue) = 9+25+149=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #091995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091995 is #F6E66A. Grayscale: #212121. Windows color (decimal): -16180843 or 9771273. OLE color: 9771273.
HSL color Cylindrical-coordinate representation of color #091995: hue angle of 233.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091995 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 25 | 149 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.42 |
| HSL | 233.14º | 0.89% | 0.31% | - |
| HSV(B) | 233.14º | 0.94% | 0.58% | - |
| XYZ | 5.89 | 2.92 | 28.69 | - |
| YUV | 34.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 149 | 0.94 | 0.83 | 0 | 0.42 | 233.14 | 0.89 | 0.31 |
| Hex | 9 | 19 | 95 | 5E | 53 | 0 | 2A | E9 | 59 | 1F |
| Octal | 11 | 31 | 225 | 136 | 123 | 0 | 52 | 351 | 131 | 37 |
| Binary | 1001 | 11001 | 10010101 | 1011110 | 1010011 | 0 | 101010 | 11101001 | 1011001 | 11111 |
Color Harmonies of #091995
Complementary color
Monochromatic Colors of #091995
Black with #091995
Text Example
Text Example
White with #091995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091995; }
p { color: rgb(9,25,149); }
H1.HeaderClassName
{
color: #091995;
}
.AnyTagClassName
{
color: #091995;
}
</style>
background-color css
<style>
a { background-color: #091995; }
a { background-color: rgb(9,25,149); }
div.DivClassName
{
background-color: #091995;
}
.BgClassName
{
background-color: #091995;
}
</style>
border-color css
<style>
span { border-color: #091995; }
span { border-color: rgb(9,25,149); }
td.TdClassName
{
border-color: #091995;
}
.TagClassName
{
border-color: #091995;
}
</style>