Shades of Ultramarine #091A94
Tints of Ultramarine #091A94
RGB
CMYK
RGB Variations
Color information
#091A94 (or 0x091A94) is known color: Ultramarine. HEX triplet: 09, 1A and 94. RGB value is (9,26,148). Sum of RGB (Red+Green+Blue) = 9+26+148=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 148 (58.20% from 255 or 80.87% from 183); Max value from RGB is 148 - color contains mainly: blue. Hex color #091A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091A94 is #F6E56B. Grayscale: #222222. Windows color (decimal): -16180588 or 9705993. OLE color: 9705993.
HSL color Cylindrical-coordinate representation of color #091A94: hue angle of 232.66º 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 #091A94 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 26 | 148 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.42 |
| HSL | 232.66º | 0.89% | 0.31% | - |
| HSV(B) | 232.66º | 0.94% | 0.58% | - |
| XYZ | 5.83 | 2.93 | 28.28 | - |
| YUV | 34.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 148 | 0.94 | 0.82 | 0 | 0.42 | 232.66 | 0.89 | 0.31 |
| Hex | 9 | 1A | 94 | 5E | 52 | 0 | 2A | E9 | 59 | 1F |
| Octal | 11 | 32 | 224 | 136 | 122 | 0 | 52 | 351 | 131 | 37 |
| Binary | 1001 | 11010 | 10010100 | 1011110 | 1010010 | 0 | 101010 | 11101001 | 1011001 | 11111 |
Color Harmonies of #091A94
Complementary color
Monochromatic Colors of #091A94
Black with #091A94
Text Example
Text Example
White with #091A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A94; }
p { color: rgb(9,26,148); }
H1.HeaderClassName
{
color: #091A94;
}
.AnyTagClassName
{
color: #091A94;
}
</style>
background-color css
<style>
a { background-color: #091A94; }
a { background-color: rgb(9,26,148); }
div.DivClassName
{
background-color: #091A94;
}
.BgClassName
{
background-color: #091A94;
}
</style>
border-color css
<style>
span { border-color: #091A94; }
span { border-color: rgb(9,26,148); }
td.TdClassName
{
border-color: #091A94;
}
.TagClassName
{
border-color: #091A94;
}
</style>