Shades of Ultramarine #0E0590
Tints of Ultramarine #0E0590
RGB
CMYK
RGB Variations
Color information
#0E0590 (or 0x0E0590) is known color: Ultramarine. HEX triplet: 0E, 05 and 90. RGB value is (14,5,144). Sum of RGB (Red+Green+Blue) = 14+5+144=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 144 (56.64% from 255 or 88.34% from 163); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E0590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0590 is #F1FA6F. Grayscale: #161616. Windows color (decimal): -15858288 or 9438478. OLE color: 9438478.
HSL color Cylindrical-coordinate representation of color #0E0590: hue angle of 243.88º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0590 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 5 | 144 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.44 |
| HSL | 243.88º | 0.93% | 0.29% | - |
| HSV(B) | 243.88º | 0.97% | 0.56% | - |
| XYZ | 5.27 | 2.22 | 26.54 | - |
| YUV | 23.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 144 | 0.90 | 0.97 | 0 | 0.44 | 243.88 | 0.93 | 0.29 |
| Hex | E | 5 | 90 | 5A | 61 | 0 | 2C | F4 | 5D | 1D |
| Octal | 16 | 5 | 220 | 132 | 141 | 0 | 54 | 364 | 135 | 35 |
| Binary | 1110 | 101 | 10010000 | 1011010 | 1100001 | 0 | 101100 | 11110100 | 1011101 | 11101 |
Color Harmonies of #0E0590
Complementary color
Monochromatic Colors of #0E0590
Black with #0E0590
Text Example
Text Example
White with #0E0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0590; }
p { color: rgb(14,5,144); }
H1.HeaderClassName
{
color: #0E0590;
}
.AnyTagClassName
{
color: #0E0590;
}
</style>
background-color css
<style>
a { background-color: #0E0590; }
a { background-color: rgb(14,5,144); }
div.DivClassName
{
background-color: #0E0590;
}
.BgClassName
{
background-color: #0E0590;
}
</style>
border-color css
<style>
span { border-color: #0E0590; }
span { border-color: rgb(14,5,144); }
td.TdClassName
{
border-color: #0E0590;
}
.TagClassName
{
border-color: #0E0590;
}
</style>