Shades of Ultramarine #091B84
Tints of Ultramarine #091B84
RGB
CMYK
RGB Variations
Color information
#091B84 (or 0x091B84) is known color: Ultramarine. HEX triplet: 09, 1B and 84. RGB value is (9,27,132). Sum of RGB (Red+Green+Blue) = 9+27+132=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #091B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091B84 is #F6E47B. Grayscale: #212121. Windows color (decimal): -16180348 or 8657673. OLE color: 8657673.
HSL color Cylindrical-coordinate representation of color #091B84: hue angle of 231.22º 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 #091B84 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 27 | 132 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.48 |
| HSL | 231.22º | 0.87% | 0.28% | - |
| HSV(B) | 231.22º | 0.93% | 0.52% | - |
| XYZ | 4.67 | 2.51 | 22.07 | - |
| YUV | 33.59 | 183.54 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 132 | 0.93 | 0.80 | 0 | 0.48 | 231.22 | 0.87 | 0.28 |
| Hex | 9 | 1B | 84 | 5D | 50 | 0 | 30 | E7 | 57 | 1C |
| Octal | 11 | 33 | 204 | 135 | 120 | 0 | 60 | 347 | 127 | 34 |
| Binary | 1001 | 11011 | 10000100 | 1011101 | 1010000 | 0 | 110000 | 11100111 | 1010111 | 11100 |
Color Harmonies of #091B84
Complementary color
Monochromatic Colors of #091B84
Black with #091B84
Text Example
Text Example
White with #091B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B84; }
p { color: rgb(9,27,132); }
H1.HeaderClassName
{
color: #091B84;
}
.AnyTagClassName
{
color: #091B84;
}
</style>
background-color css
<style>
a { background-color: #091B84; }
a { background-color: rgb(9,27,132); }
div.DivClassName
{
background-color: #091B84;
}
.BgClassName
{
background-color: #091B84;
}
</style>
border-color css
<style>
span { border-color: #091B84; }
span { border-color: rgb(9,27,132); }
td.TdClassName
{
border-color: #091B84;
}
.TagClassName
{
border-color: #091B84;
}
</style>