Shades of Ultramarine #0E0A93
Tints of Ultramarine #0E0A93
RGB
CMYK
RGB Variations
Color information
#0E0A93 (or 0x0E0A93) is known color: Ultramarine. HEX triplet: 0E, 0A and 93. RGB value is (14,10,147). Sum of RGB (Red+Green+Blue) = 14+10+147=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 147 (57.81% from 255 or 85.96% from 171); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E0A93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0A93 is #F1F56C. Grayscale: #1A1A1A. Windows color (decimal): -15857005 or 9636366. OLE color: 9636366.
HSL color Cylindrical-coordinate representation of color #0E0A93: hue angle of 241.75º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0A93 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 10 | 147 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.42 |
| HSL | 241.75º | 0.87% | 0.31% | - |
| HSV(B) | 241.75º | 0.93% | 0.58% | - |
| XYZ | 5.56 | 2.42 | 27.78 | - |
| YUV | 26.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 147 | 0.90 | 0.93 | 0 | 0.42 | 241.75 | 0.87 | 0.31 |
| Hex | E | A | 93 | 5A | 5D | 0 | 2A | F2 | 57 | 1F |
| Octal | 16 | 12 | 223 | 132 | 135 | 0 | 52 | 362 | 127 | 37 |
| Binary | 1110 | 1010 | 10010011 | 1011010 | 1011101 | 0 | 101010 | 11110010 | 1010111 | 11111 |
Color Harmonies of #0E0A93
Complementary color
Monochromatic Colors of #0E0A93
Black with #0E0A93
Text Example
Text Example
White with #0E0A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A93; }
p { color: rgb(14,10,147); }
H1.HeaderClassName
{
color: #0E0A93;
}
.AnyTagClassName
{
color: #0E0A93;
}
</style>
background-color css
<style>
a { background-color: #0E0A93; }
a { background-color: rgb(14,10,147); }
div.DivClassName
{
background-color: #0E0A93;
}
.BgClassName
{
background-color: #0E0A93;
}
</style>
border-color css
<style>
span { border-color: #0E0A93; }
span { border-color: rgb(14,10,147); }
td.TdClassName
{
border-color: #0E0A93;
}
.TagClassName
{
border-color: #0E0A93;
}
</style>