Shades of Ultramarine #091984
Tints of Ultramarine #091984
RGB
CMYK
RGB Variations
Color information
#091984 (or 0x091984) is known color: Ultramarine. HEX triplet: 09, 19 and 84. RGB value is (9,25,132). Sum of RGB (Red+Green+Blue) = 9+25+132=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #091984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091984 is #F6E67B. Grayscale: #1F1F1F. Windows color (decimal): -16180860 or 8657161. OLE color: 8657161.
HSL color Cylindrical-coordinate representation of color #091984: hue angle of 232.2º 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 #091984 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 25 | 132 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.48 |
| HSL | 232.2º | 0.87% | 0.28% | - |
| HSV(B) | 232.2º | 0.93% | 0.52% | - |
| XYZ | 4.63 | 2.42 | 22.05 | - |
| YUV | 32.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 132 | 0.93 | 0.81 | 0 | 0.48 | 232.2 | 0.87 | 0.28 |
| Hex | 9 | 19 | 84 | 5D | 51 | 0 | 30 | E8 | 57 | 1C |
| Octal | 11 | 31 | 204 | 135 | 121 | 0 | 60 | 350 | 127 | 34 |
| Binary | 1001 | 11001 | 10000100 | 1011101 | 1010001 | 0 | 110000 | 11101000 | 1010111 | 11100 |
Color Harmonies of #091984
Complementary color
Monochromatic Colors of #091984
Black with #091984
Text Example
Text Example
White with #091984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091984; }
p { color: rgb(9,25,132); }
H1.HeaderClassName
{
color: #091984;
}
.AnyTagClassName
{
color: #091984;
}
</style>
background-color css
<style>
a { background-color: #091984; }
a { background-color: rgb(9,25,132); }
div.DivClassName
{
background-color: #091984;
}
.BgClassName
{
background-color: #091984;
}
</style>
border-color css
<style>
span { border-color: #091984; }
span { border-color: rgb(9,25,132); }
td.TdClassName
{
border-color: #091984;
}
.TagClassName
{
border-color: #091984;
}
</style>