Shades of Ultramarine #081991
Tints of Ultramarine #081991
RGB
CMYK
RGB Variations
Color information
#081991 (or 0x081991) is known color: Ultramarine. HEX triplet: 08, 19 and 91. RGB value is (8,25,145). Sum of RGB (Red+Green+Blue) = 8+25+145=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #081991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081991 is #F7E66E. Grayscale: #212121. Windows color (decimal): -16246383 or 9509128. OLE color: 9509128.
HSL color Cylindrical-coordinate representation of color #081991: hue angle of 232.55º 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 #081991 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 25 | 145 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.43 |
| HSL | 232.55º | 0.9% | 0.3% | - |
| HSV(B) | 232.55º | 0.94% | 0.57% | - |
| XYZ | 5.56 | 2.79 | 27.03 | - |
| YUV | 33.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 145 | 0.94 | 0.83 | 0 | 0.43 | 232.55 | 0.9 | 0.3 |
| Hex | 8 | 19 | 91 | 5E | 53 | 0 | 2B | E9 | 5A | 1E |
| Octal | 10 | 31 | 221 | 136 | 123 | 0 | 53 | 351 | 132 | 36 |
| Binary | 1000 | 11001 | 10010001 | 1011110 | 1010011 | 0 | 101011 | 11101001 | 1011010 | 11110 |
Color Harmonies of #081991
Complementary color
Monochromatic Colors of #081991
Black with #081991
Text Example
Text Example
White with #081991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081991; }
p { color: rgb(8,25,145); }
H1.HeaderClassName
{
color: #081991;
}
.AnyTagClassName
{
color: #081991;
}
</style>
background-color css
<style>
a { background-color: #081991; }
a { background-color: rgb(8,25,145); }
div.DivClassName
{
background-color: #081991;
}
.BgClassName
{
background-color: #081991;
}
</style>
border-color css
<style>
span { border-color: #081991; }
span { border-color: rgb(8,25,145); }
td.TdClassName
{
border-color: #081991;
}
.TagClassName
{
border-color: #081991;
}
</style>