Shades of Ultramarine #080F8D
Tints of Ultramarine #080F8D
RGB
CMYK
RGB Variations
Color information
#080F8D (or 0x080F8D) is known color: Ultramarine. HEX triplet: 08, 0F and 8D. RGB value is (8,15,141). Sum of RGB (Red+Green+Blue) = 8+15+141=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #080F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F8D is #F7F072. Grayscale: #1A1A1A. Windows color (decimal): -16248947 or 9244424. OLE color: 9244424.
HSL color Cylindrical-coordinate representation of color #080F8D: hue angle of 236.84º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080F8D is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 15 | 141 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.45 |
| HSL | 236.84º | 0.89% | 0.29% | - |
| HSV(B) | 236.84º | 0.94% | 0.55% | - |
| XYZ | 5.08 | 2.32 | 25.38 | - |
| YUV | 27.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 141 | 0.94 | 0.89 | 0 | 0.45 | 236.84 | 0.89 | 0.29 |
| Hex | 8 | F | 8D | 5E | 59 | 0 | 2D | ED | 59 | 1D |
| Octal | 10 | 17 | 215 | 136 | 131 | 0 | 55 | 355 | 131 | 35 |
| Binary | 1000 | 1111 | 10001101 | 1011110 | 1011001 | 0 | 101101 | 11101101 | 1011001 | 11101 |
Color Harmonies of #080F8D
Complementary color
Monochromatic Colors of #080F8D
Black with #080F8D
Text Example
Text Example
White with #080F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F8D; }
p { color: rgb(8,15,141); }
H1.HeaderClassName
{
color: #080F8D;
}
.AnyTagClassName
{
color: #080F8D;
}
</style>
background-color css
<style>
a { background-color: #080F8D; }
a { background-color: rgb(8,15,141); }
div.DivClassName
{
background-color: #080F8D;
}
.BgClassName
{
background-color: #080F8D;
}
</style>
border-color css
<style>
span { border-color: #080F8D; }
span { border-color: rgb(8,15,141); }
td.TdClassName
{
border-color: #080F8D;
}
.TagClassName
{
border-color: #080F8D;
}
</style>