Shades of Ultramarine #080F8E
Tints of Ultramarine #080F8E
RGB
CMYK
RGB Variations
Color information
#080F8E (or 0x080F8E) is known color: Ultramarine. HEX triplet: 08, 0F and 8E. RGB value is (8,15,142). Sum of RGB (Red+Green+Blue) = 8+15+142=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 142 (55.86% from 255 or 86.06% from 165); Max value from RGB is 142 - color contains mainly: blue. Hex color #080F8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F8E is #F7F071. Grayscale: #1A1A1A. Windows color (decimal): -16248946 or 9309960. OLE color: 9309960.
HSL color Cylindrical-coordinate representation of color #080F8E: hue angle of 236.87º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080F8E is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 15 | 142 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.44 |
| HSL | 236.87º | 0.89% | 0.29% | - |
| HSV(B) | 236.87º | 0.94% | 0.56% | - |
| XYZ | 5.15 | 2.35 | 25.77 | - |
| YUV | 27.39 | 192.68 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 142 | 0.94 | 0.89 | 0 | 0.44 | 236.87 | 0.89 | 0.29 |
| Hex | 8 | F | 8E | 5E | 59 | 0 | 2C | ED | 59 | 1D |
| Octal | 10 | 17 | 216 | 136 | 131 | 0 | 54 | 355 | 131 | 35 |
| Binary | 1000 | 1111 | 10001110 | 1011110 | 1011001 | 0 | 101100 | 11101101 | 1011001 | 11101 |
Color Harmonies of #080F8E
Complementary color
Monochromatic Colors of #080F8E
Black with #080F8E
Text Example
Text Example
White with #080F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F8E; }
p { color: rgb(8,15,142); }
H1.HeaderClassName
{
color: #080F8E;
}
.AnyTagClassName
{
color: #080F8E;
}
</style>
background-color css
<style>
a { background-color: #080F8E; }
a { background-color: rgb(8,15,142); }
div.DivClassName
{
background-color: #080F8E;
}
.BgClassName
{
background-color: #080F8E;
}
</style>
border-color css
<style>
span { border-color: #080F8E; }
span { border-color: rgb(8,15,142); }
td.TdClassName
{
border-color: #080F8E;
}
.TagClassName
{
border-color: #080F8E;
}
</style>