Shades of Ultramarine #091093
Tints of Ultramarine #091093
RGB
CMYK
RGB Variations
Color information
#091093 (or 0x091093) is known color: Ultramarine. HEX triplet: 09, 10 and 93. RGB value is (9,16,147). Sum of RGB (Red+Green+Blue) = 9+16+147=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #091093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091093 is #F6EF6C. Grayscale: #1C1C1C. Windows color (decimal): -16183149 or 9637897. OLE color: 9637897.
HSL color Cylindrical-coordinate representation of color #091093: hue angle of 236.96º degrees, saturation: 0.88, 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 #091093 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 16 | 147 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.42 |
| HSL | 236.96º | 0.88% | 0.31% | - |
| HSV(B) | 236.96º | 0.94% | 0.58% | - |
| XYZ | 5.56 | 2.54 | 27.8 | - |
| YUV | 28.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 147 | 0.94 | 0.89 | 0 | 0.42 | 236.96 | 0.88 | 0.31 |
| Hex | 9 | 10 | 93 | 5E | 59 | 0 | 2A | ED | 58 | 1F |
| Octal | 11 | 20 | 223 | 136 | 131 | 0 | 52 | 355 | 130 | 37 |
| Binary | 1001 | 10000 | 10010011 | 1011110 | 1011001 | 0 | 101010 | 11101101 | 1011000 | 11111 |
Color Harmonies of #091093
Complementary color
Monochromatic Colors of #091093
Black with #091093
Text Example
Text Example
White with #091093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091093; }
p { color: rgb(9,16,147); }
H1.HeaderClassName
{
color: #091093;
}
.AnyTagClassName
{
color: #091093;
}
</style>
background-color css
<style>
a { background-color: #091093; }
a { background-color: rgb(9,16,147); }
div.DivClassName
{
background-color: #091093;
}
.BgClassName
{
background-color: #091093;
}
</style>
border-color css
<style>
span { border-color: #091093; }
span { border-color: rgb(9,16,147); }
td.TdClassName
{
border-color: #091093;
}
.TagClassName
{
border-color: #091093;
}
</style>