Shades of Ultramarine #091084
Tints of Ultramarine #091084
RGB
CMYK
RGB Variations
Color information
#091084 (or 0x091084) is known color: Ultramarine. HEX triplet: 09, 10 and 84. RGB value is (9,16,132). Sum of RGB (Red+Green+Blue) = 9+16+132=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #091084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091084 is #F6EF7B. Grayscale: #1A1A1A. Windows color (decimal): -16183164 or 8654857. OLE color: 8654857.
HSL color Cylindrical-coordinate representation of color #091084: hue angle of 236.59º 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 #091084 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 16 | 132 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.48 |
| HSL | 236.59º | 0.87% | 0.28% | - |
| HSV(B) | 236.59º | 0.93% | 0.52% | - |
| XYZ | 4.46 | 2.09 | 22 | - |
| YUV | 27.13 | 187.18 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 132 | 0.93 | 0.88 | 0 | 0.48 | 236.59 | 0.87 | 0.28 |
| Hex | 9 | 10 | 84 | 5D | 58 | 0 | 30 | ED | 57 | 1C |
| Octal | 11 | 20 | 204 | 135 | 130 | 0 | 60 | 355 | 127 | 34 |
| Binary | 1001 | 10000 | 10000100 | 1011101 | 1011000 | 0 | 110000 | 11101101 | 1010111 | 11100 |
Color Harmonies of #091084
Complementary color
Monochromatic Colors of #091084
Black with #091084
Text Example
Text Example
White with #091084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091084; }
p { color: rgb(9,16,132); }
H1.HeaderClassName
{
color: #091084;
}
.AnyTagClassName
{
color: #091084;
}
</style>
background-color css
<style>
a { background-color: #091084; }
a { background-color: rgb(9,16,132); }
div.DivClassName
{
background-color: #091084;
}
.BgClassName
{
background-color: #091084;
}
</style>
border-color css
<style>
span { border-color: #091084; }
span { border-color: rgb(9,16,132); }
td.TdClassName
{
border-color: #091084;
}
.TagClassName
{
border-color: #091084;
}
</style>