Shades of Ultramarine #091584
Tints of Ultramarine #091584
RGB
CMYK
RGB Variations
Color information
#091584 (or 0x091584) is known color: Ultramarine. HEX triplet: 09, 15 and 84. RGB value is (9,21,132). Sum of RGB (Red+Green+Blue) = 9+21+132=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 132 (51.95% from 255 or 81.48% from 162); Max value from RGB is 132 - color contains mainly: blue. Hex color #091584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091584 is #F6EA7B. Grayscale: #1D1D1D. Windows color (decimal): -16181884 or 8656137. OLE color: 8656137.
HSL color Cylindrical-coordinate representation of color #091584: hue angle of 234.15º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091584 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 21 | 132 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.48 |
| HSL | 234.15º | 0.87% | 0.28% | - |
| HSV(B) | 234.15º | 0.93% | 0.52% | - |
| XYZ | 4.55 | 2.26 | 22.03 | - |
| YUV | 30.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 132 | 0.93 | 0.84 | 0 | 0.48 | 234.15 | 0.87 | 0.28 |
| Hex | 9 | 15 | 84 | 5D | 54 | 0 | 30 | EA | 57 | 1C |
| Octal | 11 | 25 | 204 | 135 | 124 | 0 | 60 | 352 | 127 | 34 |
| Binary | 1001 | 10101 | 10000100 | 1011101 | 1010100 | 0 | 110000 | 11101010 | 1010111 | 11100 |
Color Harmonies of #091584
Complementary color
Monochromatic Colors of #091584
Black with #091584
Text Example
Text Example
White with #091584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091584; }
p { color: rgb(9,21,132); }
H1.HeaderClassName
{
color: #091584;
}
.AnyTagClassName
{
color: #091584;
}
</style>
background-color css
<style>
a { background-color: #091584; }
a { background-color: rgb(9,21,132); }
div.DivClassName
{
background-color: #091584;
}
.BgClassName
{
background-color: #091584;
}
</style>
border-color css
<style>
span { border-color: #091584; }
span { border-color: rgb(9,21,132); }
td.TdClassName
{
border-color: #091584;
}
.TagClassName
{
border-color: #091584;
}
</style>