Shades of Ultramarine #091D96
Tints of Ultramarine #091D96
RGB
CMYK
RGB Variations
Color information
#091D96 (or 0x091D96) is known color: Ultramarine. HEX triplet: 09, 1D and 96. RGB value is (9,29,150). Sum of RGB (Red+Green+Blue) = 9+29+150=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #091D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091D96 is #F6E269. Grayscale: #242424. Windows color (decimal): -16179818 or 9837833. OLE color: 9837833.
HSL color Cylindrical-coordinate representation of color #091D96: hue angle of 231.49º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091D96 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 29 | 150 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.41 |
| HSL | 231.49º | 0.89% | 0.31% | - |
| HSV(B) | 231.49º | 0.94% | 0.59% | - |
| XYZ | 6.06 | 3.14 | 29.14 | - |
| YUV | 36.81 | 191.87 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 150 | 0.94 | 0.81 | 0 | 0.41 | 231.49 | 0.89 | 0.31 |
| Hex | 9 | 1D | 96 | 5E | 51 | 0 | 29 | E7 | 59 | 1F |
| Octal | 11 | 35 | 226 | 136 | 121 | 0 | 51 | 347 | 131 | 37 |
| Binary | 1001 | 11101 | 10010110 | 1011110 | 1010001 | 0 | 101001 | 11100111 | 1011001 | 11111 |
Color Harmonies of #091D96
Complementary color
Monochromatic Colors of #091D96
Black with #091D96
Text Example
Text Example
White with #091D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D96; }
p { color: rgb(9,29,150); }
H1.HeaderClassName
{
color: #091D96;
}
.AnyTagClassName
{
color: #091D96;
}
</style>
background-color css
<style>
a { background-color: #091D96; }
a { background-color: rgb(9,29,150); }
div.DivClassName
{
background-color: #091D96;
}
.BgClassName
{
background-color: #091D96;
}
</style>
border-color css
<style>
span { border-color: #091D96; }
span { border-color: rgb(9,29,150); }
td.TdClassName
{
border-color: #091D96;
}
.TagClassName
{
border-color: #091D96;
}
</style>