Shades of Ultramarine #091D91
Tints of Ultramarine #091D91
RGB
CMYK
RGB Variations
Color information
#091D91 (or 0x091D91) is known color: Ultramarine. HEX triplet: 09, 1D and 91. RGB value is (9,29,145). Sum of RGB (Red+Green+Blue) = 9+29+145=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #091D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091D91 is #F6E26E. Grayscale: #232323. Windows color (decimal): -16179823 or 9510153. OLE color: 9510153.
HSL color Cylindrical-coordinate representation of color #091D91: hue angle of 231.18º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091D91 is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 29 | 145 | - |
| CMYK | 0.94 | 0.8 | 0 | 0.43 |
| HSL | 231.18º | 0.88% | 0.3% | - |
| HSV(B) | 231.18º | 0.94% | 0.57% | - |
| XYZ | 5.66 | 2.98 | 27.07 | - |
| YUV | 36.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 145 | 0.94 | 0.8 | 0 | 0.43 | 231.18 | 0.88 | 0.3 |
| Hex | 9 | 1D | 91 | 5E | 50 | 0 | 2B | E7 | 58 | 1E |
| Octal | 11 | 35 | 221 | 136 | 120 | 0 | 53 | 347 | 130 | 36 |
| Binary | 1001 | 11101 | 10010001 | 1011110 | 1010000 | 0 | 101011 | 11100111 | 1011000 | 11110 |
Color Harmonies of #091D91
Complementary color
Monochromatic Colors of #091D91
Black with #091D91
Text Example
Text Example
White with #091D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D91; }
p { color: rgb(9,29,145); }
H1.HeaderClassName
{
color: #091D91;
}
.AnyTagClassName
{
color: #091D91;
}
</style>
background-color css
<style>
a { background-color: #091D91; }
a { background-color: rgb(9,29,145); }
div.DivClassName
{
background-color: #091D91;
}
.BgClassName
{
background-color: #091D91;
}
</style>
border-color css
<style>
span { border-color: #091D91; }
span { border-color: rgb(9,29,145); }
td.TdClassName
{
border-color: #091D91;
}
.TagClassName
{
border-color: #091D91;
}
</style>