Shades of Ultramarine #091389
Tints of Ultramarine #091389
RGB
CMYK
RGB Variations
Color information
#091389 (or 0x091389) is known color: Ultramarine. HEX triplet: 09, 13 and 89. RGB value is (9,19,137). Sum of RGB (Red+Green+Blue) = 9+19+137=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 137 (53.91% from 255 or 83.03% from 165); Max value from RGB is 137 - color contains mainly: blue. Hex color #091389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091389 is #F6EC76. Grayscale: #1C1C1C. Windows color (decimal): -16182391 or 8983305. OLE color: 8983305.
HSL color Cylindrical-coordinate representation of color #091389: hue angle of 235.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091389 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 19 | 137 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.46 |
| HSL | 235.31º | 0.88% | 0.29% | - |
| HSV(B) | 235.31º | 0.93% | 0.54% | - |
| XYZ | 4.86 | 2.33 | 23.86 | - |
| YUV | 29.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 137 | 0.93 | 0.86 | 0 | 0.46 | 235.31 | 0.88 | 0.29 |
| Hex | 9 | 13 | 89 | 5D | 56 | 0 | 2E | EB | 58 | 1D |
| Octal | 11 | 23 | 211 | 135 | 126 | 0 | 56 | 353 | 130 | 35 |
| Binary | 1001 | 10011 | 10001001 | 1011101 | 1010110 | 0 | 101110 | 11101011 | 1011000 | 11101 |
Color Harmonies of #091389
Complementary color
Monochromatic Colors of #091389
Black with #091389
Text Example
Text Example
White with #091389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091389; }
p { color: rgb(9,19,137); }
H1.HeaderClassName
{
color: #091389;
}
.AnyTagClassName
{
color: #091389;
}
</style>
background-color css
<style>
a { background-color: #091389; }
a { background-color: rgb(9,19,137); }
div.DivClassName
{
background-color: #091389;
}
.BgClassName
{
background-color: #091389;
}
</style>
border-color css
<style>
span { border-color: #091389; }
span { border-color: rgb(9,19,137); }
td.TdClassName
{
border-color: #091389;
}
.TagClassName
{
border-color: #091389;
}
</style>