Shades of Ultramarine #0E1289
Tints of Ultramarine #0E1289
RGB
CMYK
RGB Variations
Color information
#0E1289 (or 0x0E1289) is known color: Ultramarine. HEX triplet: 0E, 12 and 89. RGB value is (14,18,137). Sum of RGB (Red+Green+Blue) = 14+18+137=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E1289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1289 is #F1ED76. Grayscale: #1D1D1D. Windows color (decimal): -15854967 or 8983054. OLE color: 8983054.
HSL color Cylindrical-coordinate representation of color #0E1289: hue angle of 238.05º 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 #0E1289 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 18 | 137 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.46 |
| HSL | 238.05º | 0.81% | 0.3% | - |
| HSV(B) | 238.05º | 0.9% | 0.54% | - |
| XYZ | 4.91 | 2.33 | 23.86 | - |
| YUV | 30.37 | 188.17 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 137 | 0.90 | 0.87 | 0 | 0.46 | 238.05 | 0.81 | 0.3 |
| Hex | E | 12 | 89 | 5A | 57 | 0 | 2E | EE | 51 | 1E |
| Octal | 16 | 22 | 211 | 132 | 127 | 0 | 56 | 356 | 121 | 36 |
| Binary | 1110 | 10010 | 10001001 | 1011010 | 1010111 | 0 | 101110 | 11101110 | 1010001 | 11110 |
Color Harmonies of #0E1289
Complementary color
Monochromatic Colors of #0E1289
Black with #0E1289
Text Example
Text Example
White with #0E1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1289; }
p { color: rgb(14,18,137); }
H1.HeaderClassName
{
color: #0E1289;
}
.AnyTagClassName
{
color: #0E1289;
}
</style>
background-color css
<style>
a { background-color: #0E1289; }
a { background-color: rgb(14,18,137); }
div.DivClassName
{
background-color: #0E1289;
}
.BgClassName
{
background-color: #0E1289;
}
</style>
border-color css
<style>
span { border-color: #0E1289; }
span { border-color: rgb(14,18,137); }
td.TdClassName
{
border-color: #0E1289;
}
.TagClassName
{
border-color: #0E1289;
}
</style>