Shades of Ultramarine #081091
Tints of Ultramarine #081091
RGB
CMYK
RGB Variations
Color information
#081091 (or 0x081091) is known color: Ultramarine. HEX triplet: 08, 10 and 91. RGB value is (8,16,145). Sum of RGB (Red+Green+Blue) = 8+16+145=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #081091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081091 is #F7EF6E. Grayscale: #1B1B1B. Windows color (decimal): -16248687 or 9506824. OLE color: 9506824.
HSL color Cylindrical-coordinate representation of color #081091: hue angle of 236.5º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081091 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 16 | 145 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.43 |
| HSL | 236.5º | 0.9% | 0.3% | - |
| HSV(B) | 236.5º | 0.94% | 0.57% | - |
| XYZ | 5.4 | 2.47 | 26.98 | - |
| YUV | 28.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 145 | 0.94 | 0.89 | 0 | 0.43 | 236.5 | 0.9 | 0.3 |
| Hex | 8 | 10 | 91 | 5E | 59 | 0 | 2B | EC | 5A | 1E |
| Octal | 10 | 20 | 221 | 136 | 131 | 0 | 53 | 354 | 132 | 36 |
| Binary | 1000 | 10000 | 10010001 | 1011110 | 1011001 | 0 | 101011 | 11101100 | 1011010 | 11110 |
Color Harmonies of #081091
Complementary color
Monochromatic Colors of #081091
Black with #081091
Text Example
Text Example
White with #081091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081091; }
p { color: rgb(8,16,145); }
H1.HeaderClassName
{
color: #081091;
}
.AnyTagClassName
{
color: #081091;
}
</style>
background-color css
<style>
a { background-color: #081091; }
a { background-color: rgb(8,16,145); }
div.DivClassName
{
background-color: #081091;
}
.BgClassName
{
background-color: #081091;
}
</style>
border-color css
<style>
span { border-color: #081091; }
span { border-color: rgb(8,16,145); }
td.TdClassName
{
border-color: #081091;
}
.TagClassName
{
border-color: #081091;
}
</style>