Shades of Ultramarine #0E1091
Tints of Ultramarine #0E1091
RGB
CMYK
RGB Variations
Color information
#0E1091 (or 0x0E1091) is known color: Ultramarine. HEX triplet: 0E, 10 and 91. RGB value is (14,16,145). Sum of RGB (Red+Green+Blue) = 14+16+145=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E1091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1091 is #F1EF6E. Grayscale: #1D1D1D. Windows color (decimal): -15855471 or 9506830. OLE color: 9506830.
HSL color Cylindrical-coordinate representation of color #0E1091: hue angle of 239.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1091 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 16 | 145 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.43 |
| HSL | 239.08º | 0.82% | 0.31% | - |
| HSV(B) | 239.08º | 0.9% | 0.57% | - |
| XYZ | 5.48 | 2.51 | 26.98 | - |
| YUV | 30.11 | 192.84 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 145 | 0.90 | 0.89 | 0 | 0.43 | 239.08 | 0.82 | 0.31 |
| Hex | E | 10 | 91 | 5A | 59 | 0 | 2B | EF | 52 | 1F |
| Octal | 16 | 20 | 221 | 132 | 131 | 0 | 53 | 357 | 122 | 37 |
| Binary | 1110 | 10000 | 10010001 | 1011010 | 1011001 | 0 | 101011 | 11101111 | 1010010 | 11111 |
Color Harmonies of #0E1091
Complementary color
Monochromatic Colors of #0E1091
Black with #0E1091
Text Example
Text Example
White with #0E1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1091; }
p { color: rgb(14,16,145); }
H1.HeaderClassName
{
color: #0E1091;
}
.AnyTagClassName
{
color: #0E1091;
}
</style>
background-color css
<style>
a { background-color: #0E1091; }
a { background-color: rgb(14,16,145); }
div.DivClassName
{
background-color: #0E1091;
}
.BgClassName
{
background-color: #0E1091;
}
</style>
border-color css
<style>
span { border-color: #0E1091; }
span { border-color: rgb(14,16,145); }
td.TdClassName
{
border-color: #0E1091;
}
.TagClassName
{
border-color: #0E1091;
}
</style>