Shades of Ultramarine #080E86
Tints of Ultramarine #080E86
RGB
CMYK
RGB Variations
Color information
#080E86 (or 0x080E86) is known color: Ultramarine. HEX triplet: 08, 0E and 86. RGB value is (8,14,134). Sum of RGB (Red+Green+Blue) = 8+14+134=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 134 (52.73% from 255 or 85.90% from 156); Max value from RGB is 134 - color contains mainly: blue. Hex color #080E86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E86 is #F7F179. Grayscale: #191919. Windows color (decimal): -16249210 or 8785416. OLE color: 8785416.
HSL color Cylindrical-coordinate representation of color #080E86: hue angle of 237.14º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080E86 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 14 | 134 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.47 |
| HSL | 237.14º | 0.89% | 0.28% | - |
| HSV(B) | 237.14º | 0.94% | 0.53% | - |
| XYZ | 4.56 | 2.09 | 22.72 | - |
| YUV | 25.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 134 | 0.94 | 0.90 | 0 | 0.47 | 237.14 | 0.89 | 0.28 |
| Hex | 8 | E | 86 | 5E | 5A | 0 | 2F | ED | 59 | 1C |
| Octal | 10 | 16 | 206 | 136 | 132 | 0 | 57 | 355 | 131 | 34 |
| Binary | 1000 | 1110 | 10000110 | 1011110 | 1011010 | 0 | 101111 | 11101101 | 1011001 | 11100 |
Color Harmonies of #080E86
Complementary color
Monochromatic Colors of #080E86
Black with #080E86
Text Example
Text Example
White with #080E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E86; }
p { color: rgb(8,14,134); }
H1.HeaderClassName
{
color: #080E86;
}
.AnyTagClassName
{
color: #080E86;
}
</style>
background-color css
<style>
a { background-color: #080E86; }
a { background-color: rgb(8,14,134); }
div.DivClassName
{
background-color: #080E86;
}
.BgClassName
{
background-color: #080E86;
}
</style>
border-color css
<style>
span { border-color: #080E86; }
span { border-color: rgb(8,14,134); }
td.TdClassName
{
border-color: #080E86;
}
.TagClassName
{
border-color: #080E86;
}
</style>