Shades of Ultramarine #091396
Tints of Ultramarine #091396
RGB
CMYK
RGB Variations
Color information
#091396 (or 0x091396) is known color: Ultramarine. HEX triplet: 09, 13 and 96. RGB value is (9,19,150). Sum of RGB (Red+Green+Blue) = 9+19+150=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #091396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091396 is #F6EC69. Grayscale: #1E1E1E. Windows color (decimal): -16182378 or 9835273. OLE color: 9835273.
HSL color Cylindrical-coordinate representation of color #091396: hue angle of 235.74º 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 #091396 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 19 | 150 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.41 |
| HSL | 235.74º | 0.89% | 0.31% | - |
| HSV(B) | 235.74º | 0.94% | 0.59% | - |
| XYZ | 5.85 | 2.73 | 29.07 | - |
| YUV | 30.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 150 | 0.94 | 0.87 | 0 | 0.41 | 235.74 | 0.89 | 0.31 |
| Hex | 9 | 13 | 96 | 5E | 57 | 0 | 29 | EC | 59 | 1F |
| Octal | 11 | 23 | 226 | 136 | 127 | 0 | 51 | 354 | 131 | 37 |
| Binary | 1001 | 10011 | 10010110 | 1011110 | 1010111 | 0 | 101001 | 11101100 | 1011001 | 11111 |
Color Harmonies of #091396
Complementary color
Monochromatic Colors of #091396
Black with #091396
Text Example
Text Example
White with #091396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091396; }
p { color: rgb(9,19,150); }
H1.HeaderClassName
{
color: #091396;
}
.AnyTagClassName
{
color: #091396;
}
</style>
background-color css
<style>
a { background-color: #091396; }
a { background-color: rgb(9,19,150); }
div.DivClassName
{
background-color: #091396;
}
.BgClassName
{
background-color: #091396;
}
</style>
border-color css
<style>
span { border-color: #091396; }
span { border-color: rgb(9,19,150); }
td.TdClassName
{
border-color: #091396;
}
.TagClassName
{
border-color: #091396;
}
</style>