Shades of Ultramarine #091382
Tints of Ultramarine #091382
RGB
CMYK
RGB Variations
Color information
#091382 (or 0x091382) is known color: Ultramarine. HEX triplet: 09, 13 and 82. RGB value is (9,19,130). Sum of RGB (Red+Green+Blue) = 9+19+130=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #091382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091382 is #F6EC7D. Grayscale: #1C1C1C. Windows color (decimal): -16182398 or 8524553. OLE color: 8524553.
HSL color Cylindrical-coordinate representation of color #091382: hue angle of 235.04º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091382 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 19 | 130 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.49 |
| HSL | 235.04º | 0.87% | 0.27% | - |
| HSV(B) | 235.04º | 0.93% | 0.51% | - |
| XYZ | 4.37 | 2.14 | 21.3 | - |
| YUV | 28.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 130 | 0.93 | 0.85 | 0 | 0.49 | 235.04 | 0.87 | 0.27 |
| Hex | 9 | 13 | 82 | 5D | 55 | 0 | 31 | EB | 57 | 1B |
| Octal | 11 | 23 | 202 | 135 | 125 | 0 | 61 | 353 | 127 | 33 |
| Binary | 1001 | 10011 | 10000010 | 1011101 | 1010101 | 0 | 110001 | 11101011 | 1010111 | 11011 |
Color Harmonies of #091382
Complementary color
Monochromatic Colors of #091382
Black with #091382
Text Example
Text Example
White with #091382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091382; }
p { color: rgb(9,19,130); }
H1.HeaderClassName
{
color: #091382;
}
.AnyTagClassName
{
color: #091382;
}
</style>
background-color css
<style>
a { background-color: #091382; }
a { background-color: rgb(9,19,130); }
div.DivClassName
{
background-color: #091382;
}
.BgClassName
{
background-color: #091382;
}
</style>
border-color css
<style>
span { border-color: #091382; }
span { border-color: rgb(9,19,130); }
td.TdClassName
{
border-color: #091382;
}
.TagClassName
{
border-color: #091382;
}
</style>