Shades of Ultramarine #080D86
Tints of Ultramarine #080D86
RGB
CMYK
RGB Variations
Color information
#080D86 (or 0x080D86) is known color: Ultramarine. HEX triplet: 08, 0D and 86. RGB value is (8,13,134). Sum of RGB (Red+Green+Blue) = 8+13+134=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #080D86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D86 is #F7F279. Grayscale: #181818. Windows color (decimal): -16249466 or 8785160. OLE color: 8785160.
HSL color Cylindrical-coordinate representation of color #080D86: hue angle of 237.62º 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 #080D86 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 13 | 134 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.47 |
| HSL | 237.62º | 0.89% | 0.28% | - |
| HSV(B) | 237.62º | 0.94% | 0.53% | - |
| XYZ | 4.55 | 2.06 | 22.71 | - |
| YUV | 25.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 134 | 0.94 | 0.90 | 0 | 0.47 | 237.62 | 0.89 | 0.28 |
| Hex | 8 | D | 86 | 5E | 5A | 0 | 2F | EE | 59 | 1C |
| Octal | 10 | 15 | 206 | 136 | 132 | 0 | 57 | 356 | 131 | 34 |
| Binary | 1000 | 1101 | 10000110 | 1011110 | 1011010 | 0 | 101111 | 11101110 | 1011001 | 11100 |
Color Harmonies of #080D86
Complementary color
Monochromatic Colors of #080D86
Black with #080D86
Text Example
Text Example
White with #080D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D86; }
p { color: rgb(8,13,134); }
H1.HeaderClassName
{
color: #080D86;
}
.AnyTagClassName
{
color: #080D86;
}
</style>
background-color css
<style>
a { background-color: #080D86; }
a { background-color: rgb(8,13,134); }
div.DivClassName
{
background-color: #080D86;
}
.BgClassName
{
background-color: #080D86;
}
</style>
border-color css
<style>
span { border-color: #080D86; }
span { border-color: rgb(8,13,134); }
td.TdClassName
{
border-color: #080D86;
}
.TagClassName
{
border-color: #080D86;
}
</style>