Shades of Ultramarine #080F8C
Tints of Ultramarine #080F8C
RGB
CMYK
RGB Variations
Color information
#080F8C (or 0x080F8C) is known color: Ultramarine. HEX triplet: 08, 0F and 8C. RGB value is (8,15,140). Sum of RGB (Red+Green+Blue) = 8+15+140=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 140 (55.08% from 255 or 85.89% from 163); Max value from RGB is 140 - color contains mainly: blue. Hex color #080F8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F8C is #F7F073. Grayscale: #1A1A1A. Windows color (decimal): -16248948 or 9178888. OLE color: 9178888.
HSL color Cylindrical-coordinate representation of color #080F8C: hue angle of 236.82º 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 #080F8C is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 15 | 140 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.45 |
| HSL | 236.82º | 0.89% | 0.29% | - |
| HSV(B) | 236.82º | 0.94% | 0.55% | - |
| XYZ | 5 | 2.29 | 24.99 | - |
| YUV | 27.16 | 191.68 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 140 | 0.94 | 0.89 | 0 | 0.45 | 236.82 | 0.89 | 0.29 |
| Hex | 8 | F | 8C | 5E | 59 | 0 | 2D | ED | 59 | 1D |
| Octal | 10 | 17 | 214 | 136 | 131 | 0 | 55 | 355 | 131 | 35 |
| Binary | 1000 | 1111 | 10001100 | 1011110 | 1011001 | 0 | 101101 | 11101101 | 1011001 | 11101 |
Color Harmonies of #080F8C
Complementary color
Monochromatic Colors of #080F8C
Black with #080F8C
Text Example
Text Example
White with #080F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F8C; }
p { color: rgb(8,15,140); }
H1.HeaderClassName
{
color: #080F8C;
}
.AnyTagClassName
{
color: #080F8C;
}
</style>
background-color css
<style>
a { background-color: #080F8C; }
a { background-color: rgb(8,15,140); }
div.DivClassName
{
background-color: #080F8C;
}
.BgClassName
{
background-color: #080F8C;
}
</style>
border-color css
<style>
span { border-color: #080F8C; }
span { border-color: rgb(8,15,140); }
td.TdClassName
{
border-color: #080F8C;
}
.TagClassName
{
border-color: #080F8C;
}
</style>