Shades of Ultramarine #080593
Tints of Ultramarine #080593
RGB
CMYK
RGB Variations
Color information
#080593 (or 0x080593) is known color: Ultramarine. HEX triplet: 08, 05 and 93. RGB value is (8,5,147). Sum of RGB (Red+Green+Blue) = 8+5+147=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 147 (57.81% from 255 or 91.88% from 160); Max value from RGB is 147 - color contains mainly: blue. Hex color #080593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080593 is #F7FA6C. Grayscale: #151515. Windows color (decimal): -16251501 or 9635080. OLE color: 9635080.
HSL color Cylindrical-coordinate representation of color #080593: hue angle of 241.27º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080593 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 5 | 147 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.42 |
| HSL | 241.27º | 0.93% | 0.3% | - |
| HSV(B) | 241.27º | 0.97% | 0.58% | - |
| XYZ | 5.42 | 2.27 | 27.76 | - |
| YUV | 22.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 147 | 0.95 | 0.97 | 0 | 0.42 | 241.27 | 0.93 | 0.3 |
| Hex | 8 | 5 | 93 | 5F | 61 | 0 | 2A | F1 | 5D | 1E |
| Octal | 10 | 5 | 223 | 137 | 141 | 0 | 52 | 361 | 135 | 36 |
| Binary | 1000 | 101 | 10010011 | 1011111 | 1100001 | 0 | 101010 | 11110001 | 1011101 | 11110 |
Color Harmonies of #080593
Complementary color
Monochromatic Colors of #080593
Black with #080593
Text Example
Text Example
White with #080593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080593; }
p { color: rgb(8,5,147); }
H1.HeaderClassName
{
color: #080593;
}
.AnyTagClassName
{
color: #080593;
}
</style>
background-color css
<style>
a { background-color: #080593; }
a { background-color: rgb(8,5,147); }
div.DivClassName
{
background-color: #080593;
}
.BgClassName
{
background-color: #080593;
}
</style>
border-color css
<style>
span { border-color: #080593; }
span { border-color: rgb(8,5,147); }
td.TdClassName
{
border-color: #080593;
}
.TagClassName
{
border-color: #080593;
}
</style>