Shades of Ultramarine #0E0891
Tints of Ultramarine #0E0891
RGB
CMYK
RGB Variations
Color information
#0E0891 (or 0x0E0891) is known color: Ultramarine. HEX triplet: 0E, 08 and 91. RGB value is (14,8,145). Sum of RGB (Red+Green+Blue) = 14+8+145=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E0891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0891 is #F1F76E. Grayscale: #181818. Windows color (decimal): -15857519 or 9504782. OLE color: 9504782.
HSL color Cylindrical-coordinate representation of color #0E0891: hue angle of 242.63º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0891 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 8 | 145 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.43 |
| HSL | 242.63º | 0.9% | 0.3% | - |
| HSV(B) | 242.63º | 0.94% | 0.57% | - |
| XYZ | 5.38 | 2.31 | 26.95 | - |
| YUV | 25.41 | 195.49 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 145 | 0.90 | 0.94 | 0 | 0.43 | 242.63 | 0.9 | 0.3 |
| Hex | E | 8 | 91 | 5A | 5E | 0 | 2B | F3 | 5A | 1E |
| Octal | 16 | 10 | 221 | 132 | 136 | 0 | 53 | 363 | 132 | 36 |
| Binary | 1110 | 1000 | 10010001 | 1011010 | 1011110 | 0 | 101011 | 11110011 | 1011010 | 11110 |
Color Harmonies of #0E0891
Complementary color
Monochromatic Colors of #0E0891
Black with #0E0891
Text Example
Text Example
White with #0E0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0891; }
p { color: rgb(14,8,145); }
H1.HeaderClassName
{
color: #0E0891;
}
.AnyTagClassName
{
color: #0E0891;
}
</style>
background-color css
<style>
a { background-color: #0E0891; }
a { background-color: rgb(14,8,145); }
div.DivClassName
{
background-color: #0E0891;
}
.BgClassName
{
background-color: #0E0891;
}
</style>
border-color css
<style>
span { border-color: #0E0891; }
span { border-color: rgb(14,8,145); }
td.TdClassName
{
border-color: #0E0891;
}
.TagClassName
{
border-color: #0E0891;
}
</style>