Shades of Ultramarine #080E89
Tints of Ultramarine #080E89
RGB
CMYK
RGB Variations
Color information
#080E89 (or 0x080E89) is known color: Ultramarine. HEX triplet: 08, 0E and 89. RGB value is (8,14,137). Sum of RGB (Red+Green+Blue) = 8+14+137=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 137 (53.91% from 255 or 86.16% from 159); Max value from RGB is 137 - color contains mainly: blue. Hex color #080E89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E89 is #F7F176. Grayscale: #191919. Windows color (decimal): -16249207 or 8982024. OLE color: 8982024.
HSL color Cylindrical-coordinate representation of color #080E89: hue angle of 237.21º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080E89 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 14 | 137 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.46 |
| HSL | 237.21º | 0.89% | 0.28% | - |
| HSV(B) | 237.21º | 0.94% | 0.54% | - |
| XYZ | 4.77 | 2.17 | 23.83 | - |
| YUV | 26.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 137 | 0.94 | 0.90 | 0 | 0.46 | 237.21 | 0.89 | 0.28 |
| Hex | 8 | E | 89 | 5E | 5A | 0 | 2E | ED | 59 | 1C |
| Octal | 10 | 16 | 211 | 136 | 132 | 0 | 56 | 355 | 131 | 34 |
| Binary | 1000 | 1110 | 10001001 | 1011110 | 1011010 | 0 | 101110 | 11101101 | 1011001 | 11100 |
Color Harmonies of #080E89
Complementary color
Monochromatic Colors of #080E89
Black with #080E89
Text Example
Text Example
White with #080E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E89; }
p { color: rgb(8,14,137); }
H1.HeaderClassName
{
color: #080E89;
}
.AnyTagClassName
{
color: #080E89;
}
</style>
background-color css
<style>
a { background-color: #080E89; }
a { background-color: rgb(8,14,137); }
div.DivClassName
{
background-color: #080E89;
}
.BgClassName
{
background-color: #080E89;
}
</style>
border-color css
<style>
span { border-color: #080E89; }
span { border-color: rgb(8,14,137); }
td.TdClassName
{
border-color: #080E89;
}
.TagClassName
{
border-color: #080E89;
}
</style>