Shades of Ultramarine #080991
Tints of Ultramarine #080991
RGB
CMYK
RGB Variations
Color information
#080991 (or 0x080991) is known color: Ultramarine. HEX triplet: 08, 09 and 91. RGB value is (8,9,145). Sum of RGB (Red+Green+Blue) = 8+9+145=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 145 (57.03% from 255 or 89.51% from 162); Max value from RGB is 145 - color contains mainly: blue. Hex color #080991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080991 is #F7F66E. Grayscale: #171717. Windows color (decimal): -16250479 or 9505032. OLE color: 9505032.
HSL color Cylindrical-coordinate representation of color #080991: hue angle of 239.56º 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 #080991 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 9 | 145 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.43 |
| HSL | 239.56º | 0.9% | 0.3% | - |
| HSV(B) | 239.56º | 0.94% | 0.57% | - |
| XYZ | 5.31 | 2.29 | 26.95 | - |
| YUV | 24.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 145 | 0.94 | 0.94 | 0 | 0.43 | 239.56 | 0.9 | 0.3 |
| Hex | 8 | 9 | 91 | 5E | 5E | 0 | 2B | F0 | 5A | 1E |
| Octal | 10 | 11 | 221 | 136 | 136 | 0 | 53 | 360 | 132 | 36 |
| Binary | 1000 | 1001 | 10010001 | 1011110 | 1011110 | 0 | 101011 | 11110000 | 1011010 | 11110 |
Color Harmonies of #080991
Complementary color
Monochromatic Colors of #080991
Black with #080991
Text Example
Text Example
White with #080991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080991; }
p { color: rgb(8,9,145); }
H1.HeaderClassName
{
color: #080991;
}
.AnyTagClassName
{
color: #080991;
}
</style>
background-color css
<style>
a { background-color: #080991; }
a { background-color: rgb(8,9,145); }
div.DivClassName
{
background-color: #080991;
}
.BgClassName
{
background-color: #080991;
}
</style>
border-color css
<style>
span { border-color: #080991; }
span { border-color: rgb(8,9,145); }
td.TdClassName
{
border-color: #080991;
}
.TagClassName
{
border-color: #080991;
}
</style>