Shades of Ultramarine #080E8C
Tints of Ultramarine #080E8C
RGB
CMYK
RGB Variations
Color information
#080E8C (or 0x080E8C) is known color: Ultramarine. HEX triplet: 08, 0E and 8C. RGB value is (8,14,140). Sum of RGB (Red+Green+Blue) = 8+14+140=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 140 (55.08% from 255 or 86.42% from 162); Max value from RGB is 140 - color contains mainly: blue. Hex color #080E8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E8C is #F7F173. Grayscale: #1A1A1A. Windows color (decimal): -16249204 or 9178632. OLE color: 9178632.
HSL color Cylindrical-coordinate representation of color #080E8C: hue angle of 237.27º 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 #080E8C is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 14 | 140 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.45 |
| HSL | 237.27º | 0.89% | 0.29% | - |
| HSV(B) | 237.27º | 0.94% | 0.55% | - |
| XYZ | 4.99 | 2.26 | 24.98 | - |
| YUV | 26.57 | 192.01 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 140 | 0.94 | 0.90 | 0 | 0.45 | 237.27 | 0.89 | 0.29 |
| Hex | 8 | E | 8C | 5E | 5A | 0 | 2D | ED | 59 | 1D |
| Octal | 10 | 16 | 214 | 136 | 132 | 0 | 55 | 355 | 131 | 35 |
| Binary | 1000 | 1110 | 10001100 | 1011110 | 1011010 | 0 | 101101 | 11101101 | 1011001 | 11101 |
Color Harmonies of #080E8C
Complementary color
Monochromatic Colors of #080E8C
Black with #080E8C
Text Example
Text Example
White with #080E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E8C; }
p { color: rgb(8,14,140); }
H1.HeaderClassName
{
color: #080E8C;
}
.AnyTagClassName
{
color: #080E8C;
}
</style>
background-color css
<style>
a { background-color: #080E8C; }
a { background-color: rgb(8,14,140); }
div.DivClassName
{
background-color: #080E8C;
}
.BgClassName
{
background-color: #080E8C;
}
</style>
border-color css
<style>
span { border-color: #080E8C; }
span { border-color: rgb(8,14,140); }
td.TdClassName
{
border-color: #080E8C;
}
.TagClassName
{
border-color: #080E8C;
}
</style>