Shades of Ultramarine #080F8A
Tints of Ultramarine #080F8A
RGB
CMYK
RGB Variations
Color information
#080F8A (or 0x080F8A) is known color: Ultramarine. HEX triplet: 08, 0F and 8A. RGB value is (8,15,138). Sum of RGB (Red+Green+Blue) = 8+15+138=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 138 (54.30% from 255 or 85.71% from 161); Max value from RGB is 138 - color contains mainly: blue. Hex color #080F8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F8A is #F7F075. Grayscale: #1A1A1A. Windows color (decimal): -16248950 or 9047816. OLE color: 9047816.
HSL color Cylindrical-coordinate representation of color #080F8A: hue angle of 236.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080F8A is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 15 | 138 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.46 |
| HSL | 236.77º | 0.89% | 0.29% | - |
| HSV(B) | 236.77º | 0.94% | 0.54% | - |
| XYZ | 4.86 | 2.23 | 24.22 | - |
| YUV | 26.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 138 | 0.94 | 0.89 | 0 | 0.46 | 236.77 | 0.89 | 0.29 |
| Hex | 8 | F | 8A | 5E | 59 | 0 | 2E | ED | 59 | 1D |
| Octal | 10 | 17 | 212 | 136 | 131 | 0 | 56 | 355 | 131 | 35 |
| Binary | 1000 | 1111 | 10001010 | 1011110 | 1011001 | 0 | 101110 | 11101101 | 1011001 | 11101 |
Color Harmonies of #080F8A
Complementary color
Monochromatic Colors of #080F8A
Black with #080F8A
Text Example
Text Example
White with #080F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F8A; }
p { color: rgb(8,15,138); }
H1.HeaderClassName
{
color: #080F8A;
}
.AnyTagClassName
{
color: #080F8A;
}
</style>
background-color css
<style>
a { background-color: #080F8A; }
a { background-color: rgb(8,15,138); }
div.DivClassName
{
background-color: #080F8A;
}
.BgClassName
{
background-color: #080F8A;
}
</style>
border-color css
<style>
span { border-color: #080F8A; }
span { border-color: rgb(8,15,138); }
td.TdClassName
{
border-color: #080F8A;
}
.TagClassName
{
border-color: #080F8A;
}
</style>