Shades of Ultramarine #091386
Tints of Ultramarine #091386
RGB
CMYK
RGB Variations
Color information
#091386 (or 0x091386) is known color: Ultramarine. HEX triplet: 09, 13 and 86. RGB value is (9,19,134). Sum of RGB (Red+Green+Blue) = 9+19+134=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #091386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091386 is #F6EC79. Grayscale: #1C1C1C. Windows color (decimal): -16182394 or 8786697. OLE color: 8786697.
HSL color Cylindrical-coordinate representation of color #091386: hue angle of 235.2º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091386 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 19 | 134 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.47 |
| HSL | 235.2º | 0.87% | 0.28% | - |
| HSV(B) | 235.2º | 0.93% | 0.53% | - |
| XYZ | 4.65 | 2.25 | 22.74 | - |
| YUV | 29.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 134 | 0.93 | 0.86 | 0 | 0.47 | 235.2 | 0.87 | 0.28 |
| Hex | 9 | 13 | 86 | 5D | 56 | 0 | 2F | EB | 57 | 1C |
| Octal | 11 | 23 | 206 | 135 | 126 | 0 | 57 | 353 | 127 | 34 |
| Binary | 1001 | 10011 | 10000110 | 1011101 | 1010110 | 0 | 101111 | 11101011 | 1010111 | 11100 |
Color Harmonies of #091386
Complementary color
Monochromatic Colors of #091386
Black with #091386
Text Example
Text Example
White with #091386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091386; }
p { color: rgb(9,19,134); }
H1.HeaderClassName
{
color: #091386;
}
.AnyTagClassName
{
color: #091386;
}
</style>
background-color css
<style>
a { background-color: #091386; }
a { background-color: rgb(9,19,134); }
div.DivClassName
{
background-color: #091386;
}
.BgClassName
{
background-color: #091386;
}
</style>
border-color css
<style>
span { border-color: #091386; }
span { border-color: rgb(9,19,134); }
td.TdClassName
{
border-color: #091386;
}
.TagClassName
{
border-color: #091386;
}
</style>