Shades of Ultramarine #080791
Tints of Ultramarine #080791
RGB
CMYK
RGB Variations
Color information
#080791 (or 0x080791) is known color: Ultramarine. HEX triplet: 08, 07 and 91. RGB value is (8,7,145). Sum of RGB (Red+Green+Blue) = 8+7+145=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 145 (57.03% from 255 or 90.62% from 160); Max value from RGB is 145 - color contains mainly: blue. Hex color #080791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080791 is #F7F86E. Grayscale: #161616. Windows color (decimal): -16250991 or 9504520. OLE color: 9504520.
HSL color Cylindrical-coordinate representation of color #080791: hue angle of 240.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080791 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 7 | 145 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.43 |
| HSL | 240.43º | 0.91% | 0.3% | - |
| HSV(B) | 240.43º | 0.95% | 0.57% | - |
| XYZ | 5.29 | 2.25 | 26.94 | - |
| YUV | 23.03 | 196.83 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 145 | 0.94 | 0.95 | 0 | 0.43 | 240.43 | 0.91 | 0.3 |
| Hex | 8 | 7 | 91 | 5E | 5F | 0 | 2B | F0 | 5B | 1E |
| Octal | 10 | 7 | 221 | 136 | 137 | 0 | 53 | 360 | 133 | 36 |
| Binary | 1000 | 111 | 10010001 | 1011110 | 1011111 | 0 | 101011 | 11110000 | 1011011 | 11110 |
Color Harmonies of #080791
Complementary color
Monochromatic Colors of #080791
Black with #080791
Text Example
Text Example
White with #080791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080791; }
p { color: rgb(8,7,145); }
H1.HeaderClassName
{
color: #080791;
}
.AnyTagClassName
{
color: #080791;
}
</style>
background-color css
<style>
a { background-color: #080791; }
a { background-color: rgb(8,7,145); }
div.DivClassName
{
background-color: #080791;
}
.BgClassName
{
background-color: #080791;
}
</style>
border-color css
<style>
span { border-color: #080791; }
span { border-color: rgb(8,7,145); }
td.TdClassName
{
border-color: #080791;
}
.TagClassName
{
border-color: #080791;
}
</style>