Shades of Ultramarine #0E0093
Tints of Ultramarine #0E0093
RGB
CMYK
RGB Variations
Color information
#0E0093 (or 0x0E0093) is known color: Ultramarine. HEX triplet: 0E, 00 and 93. RGB value is (14,0,147). Sum of RGB (Red+Green+Blue) = 14+0+147=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 147 (57.81% from 255 or 91.30% from 161); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E0093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0093 is #F1FF6C. Grayscale: #141414. Windows color (decimal): -15859565 or 9633806. OLE color: 9633806.
HSL color Cylindrical-coordinate representation of color #0E0093: hue angle of 245.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0093 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 0 | 147 | - |
| CMYK | 0.90 | 1 | 0 | 0.42 |
| HSL | 245.71º | 1% | 0.29% | - |
| HSV(B) | 245.71º | 1% | 0.58% | - |
| XYZ | 5.45 | 2.2 | 27.74 | - |
| YUV | 20.94 | 199.14 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 147 | 0.90 | 1 | 0 | 0.42 | 245.71 | 1 | 0.29 |
| Hex | E | 0 | 93 | 5A | 64 | 0 | 2A | F6 | 64 | 1D |
| Octal | 16 | 0 | 223 | 132 | 144 | 0 | 52 | 366 | 144 | 35 |
| Binary | 1110 | 0 | 10010011 | 1011010 | 1100100 | 0 | 101010 | 11110110 | 1100100 | 11101 |
Color Harmonies of #0E0093
Complementary color
Monochromatic Colors of #0E0093
Black with #0E0093
Text Example
Text Example
White with #0E0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0093; }
p { color: rgb(14,0,147); }
H1.HeaderClassName
{
color: #0E0093;
}
.AnyTagClassName
{
color: #0E0093;
}
</style>
background-color css
<style>
a { background-color: #0E0093; }
a { background-color: rgb(14,0,147); }
div.DivClassName
{
background-color: #0E0093;
}
.BgClassName
{
background-color: #0E0093;
}
</style>
border-color css
<style>
span { border-color: #0E0093; }
span { border-color: rgb(14,0,147); }
td.TdClassName
{
border-color: #0E0093;
}
.TagClassName
{
border-color: #0E0093;
}
</style>