Shades of Ultramarine #091194
Tints of Ultramarine #091194
RGB
CMYK
RGB Variations
Color information
#091194 (or 0x091194) is known color: Ultramarine. HEX triplet: 09, 11 and 94. RGB value is (9,17,148). Sum of RGB (Red+Green+Blue) = 9+17+148=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #091194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091194 is #F6EE6B. Grayscale: #1D1D1D. Windows color (decimal): -16182892 or 9703689. OLE color: 9703689.
HSL color Cylindrical-coordinate representation of color #091194: hue angle of 236.55º 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 #091194 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 17 | 148 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.42 |
| HSL | 236.55º | 0.89% | 0.31% | - |
| HSV(B) | 236.55º | 0.94% | 0.58% | - |
| XYZ | 5.66 | 2.6 | 28.22 | - |
| YUV | 29.54 | 194.85 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 148 | 0.94 | 0.89 | 0 | 0.42 | 236.55 | 0.89 | 0.31 |
| Hex | 9 | 11 | 94 | 5E | 59 | 0 | 2A | ED | 59 | 1F |
| Octal | 11 | 21 | 224 | 136 | 131 | 0 | 52 | 355 | 131 | 37 |
| Binary | 1001 | 10001 | 10010100 | 1011110 | 1011001 | 0 | 101010 | 11101101 | 1011001 | 11111 |
Color Harmonies of #091194
Complementary color
Monochromatic Colors of #091194
Black with #091194
Text Example
Text Example
White with #091194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091194; }
p { color: rgb(9,17,148); }
H1.HeaderClassName
{
color: #091194;
}
.AnyTagClassName
{
color: #091194;
}
</style>
background-color css
<style>
a { background-color: #091194; }
a { background-color: rgb(9,17,148); }
div.DivClassName
{
background-color: #091194;
}
.BgClassName
{
background-color: #091194;
}
</style>
border-color css
<style>
span { border-color: #091194; }
span { border-color: rgb(9,17,148); }
td.TdClassName
{
border-color: #091194;
}
.TagClassName
{
border-color: #091194;
}
</style>