Shades of Ultramarine #0E1389
Tints of Ultramarine #0E1389
RGB
CMYK
RGB Variations
Color information
#0E1389 (or 0x0E1389) is known color: Ultramarine. HEX triplet: 0E, 13 and 89. RGB value is (14,19,137). Sum of RGB (Red+Green+Blue) = 14+19+137=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E1389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1389 is #F1EC76. Grayscale: #1E1E1E. Windows color (decimal): -15854711 or 8983310. OLE color: 8983310.
HSL color Cylindrical-coordinate representation of color #0E1389: hue angle of 237.56º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1389 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 19 | 137 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.46 |
| HSL | 237.56º | 0.81% | 0.3% | - |
| HSV(B) | 237.56º | 0.9% | 0.54% | - |
| XYZ | 4.93 | 2.37 | 23.86 | - |
| YUV | 30.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 137 | 0.90 | 0.86 | 0 | 0.46 | 237.56 | 0.81 | 0.3 |
| Hex | E | 13 | 89 | 5A | 56 | 0 | 2E | EE | 51 | 1E |
| Octal | 16 | 23 | 211 | 132 | 126 | 0 | 56 | 356 | 121 | 36 |
| Binary | 1110 | 10011 | 10001001 | 1011010 | 1010110 | 0 | 101110 | 11101110 | 1010001 | 11110 |
Color Harmonies of #0E1389
Complementary color
Monochromatic Colors of #0E1389
Black with #0E1389
Text Example
Text Example
White with #0E1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1389; }
p { color: rgb(14,19,137); }
H1.HeaderClassName
{
color: #0E1389;
}
.AnyTagClassName
{
color: #0E1389;
}
</style>
background-color css
<style>
a { background-color: #0E1389; }
a { background-color: rgb(14,19,137); }
div.DivClassName
{
background-color: #0E1389;
}
.BgClassName
{
background-color: #0E1389;
}
</style>
border-color css
<style>
span { border-color: #0E1389; }
span { border-color: rgb(14,19,137); }
td.TdClassName
{
border-color: #0E1389;
}
.TagClassName
{
border-color: #0E1389;
}
</style>