Shades of Ultramarine #080F99
Tints of Ultramarine #080F99
RGB
CMYK
RGB Variations
Color information
#080F99 (or 0x080F99) is known color: Ultramarine. HEX triplet: 08, 0F and 99. RGB value is (8,15,153). Sum of RGB (Red+Green+Blue) = 8+15+153=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 153 (60.16% from 255 or 86.93% from 176); Max value from RGB is 153 - color contains mainly: blue. Hex color #080F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F99 is #F7F066. Grayscale: #1C1C1C. Windows color (decimal): -16248935 or 10030856. OLE color: 10030856.
HSL color Cylindrical-coordinate representation of color #080F99: hue angle of 237.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080F99 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 15 | 153 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.4 |
| HSL | 237.1º | 0.9% | 0.32% | - |
| HSV(B) | 237.1º | 0.95% | 0.6% | - |
| XYZ | 6.02 | 2.69 | 30.34 | - |
| YUV | 28.64 | 198.18 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 153 | 0.95 | 0.90 | 0 | 0.4 | 237.1 | 0.9 | 0.32 |
| Hex | 8 | F | 99 | 5F | 5A | 0 | 28 | ED | 5A | 20 |
| Octal | 10 | 17 | 231 | 137 | 132 | 0 | 50 | 355 | 132 | 40 |
| Binary | 1000 | 1111 | 10011001 | 1011111 | 1011010 | 0 | 101000 | 11101101 | 1011010 | 100000 |
Color Harmonies of #080F99
Complementary color
Monochromatic Colors of #080F99
Black with #080F99
Text Example
Text Example
White with #080F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F99; }
p { color: rgb(8,15,153); }
H1.HeaderClassName
{
color: #080F99;
}
.AnyTagClassName
{
color: #080F99;
}
</style>
background-color css
<style>
a { background-color: #080F99; }
a { background-color: rgb(8,15,153); }
div.DivClassName
{
background-color: #080F99;
}
.BgClassName
{
background-color: #080F99;
}
</style>
border-color css
<style>
span { border-color: #080F99; }
span { border-color: rgb(8,15,153); }
td.TdClassName
{
border-color: #080F99;
}
.TagClassName
{
border-color: #080F99;
}
</style>