Shades of Ultramarine #0E0493
Tints of Ultramarine #0E0493
RGB
CMYK
RGB Variations
Color information
#0E0493 (or 0x0E0493) is known color: Ultramarine. HEX triplet: 0E, 04 and 93. RGB value is (14,4,147). Sum of RGB (Red+Green+Blue) = 14+4+147=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E0493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0493 is #F1FB6C. Grayscale: #161616. Windows color (decimal): -15858541 or 9634830. OLE color: 9634830.
HSL color Cylindrical-coordinate representation of color #0E0493: hue angle of 244.2º degrees, saturation: 0.95, 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 #0E0493 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 4 | 147 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.42 |
| HSL | 244.2º | 0.95% | 0.3% | - |
| HSV(B) | 244.2º | 0.97% | 0.58% | - |
| XYZ | 5.49 | 2.29 | 27.76 | - |
| YUV | 23.29 | 197.81 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 147 | 0.90 | 0.97 | 0 | 0.42 | 244.2 | 0.95 | 0.3 |
| Hex | E | 4 | 93 | 5A | 61 | 0 | 2A | F4 | 5F | 1E |
| Octal | 16 | 4 | 223 | 132 | 141 | 0 | 52 | 364 | 137 | 36 |
| Binary | 1110 | 100 | 10010011 | 1011010 | 1100001 | 0 | 101010 | 11110100 | 1011111 | 11110 |
Color Harmonies of #0E0493
Complementary color
Monochromatic Colors of #0E0493
Black with #0E0493
Text Example
Text Example
White with #0E0493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0493; }
p { color: rgb(14,4,147); }
H1.HeaderClassName
{
color: #0E0493;
}
.AnyTagClassName
{
color: #0E0493;
}
</style>
background-color css
<style>
a { background-color: #0E0493; }
a { background-color: rgb(14,4,147); }
div.DivClassName
{
background-color: #0E0493;
}
.BgClassName
{
background-color: #0E0493;
}
</style>
border-color css
<style>
span { border-color: #0E0493; }
span { border-color: rgb(14,4,147); }
td.TdClassName
{
border-color: #0E0493;
}
.TagClassName
{
border-color: #0E0493;
}
</style>