Shades of Ultramarine #0E1096
Tints of Ultramarine #0E1096
RGB
CMYK
RGB Variations
Color information
#0E1096 (or 0x0E1096) is known color: Ultramarine. HEX triplet: 0E, 10 and 96. RGB value is (14,16,150). Sum of RGB (Red+Green+Blue) = 14+16+150=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E1096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1096 is #F1EF69. Grayscale: #1E1E1E. Windows color (decimal): -15855466 or 9834510. OLE color: 9834510.
HSL color Cylindrical-coordinate representation of color #0E1096: hue angle of 239.12º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E1096 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 16 | 150 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.41 |
| HSL | 239.12º | 0.83% | 0.32% | - |
| HSV(B) | 239.12º | 0.91% | 0.59% | - |
| XYZ | 5.87 | 2.67 | 29.06 | - |
| YUV | 30.68 | 195.34 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 150 | 0.91 | 0.89 | 0 | 0.41 | 239.12 | 0.83 | 0.32 |
| Hex | E | 10 | 96 | 5B | 59 | 0 | 29 | EF | 53 | 20 |
| Octal | 16 | 20 | 226 | 133 | 131 | 0 | 51 | 357 | 123 | 40 |
| Binary | 1110 | 10000 | 10010110 | 1011011 | 1011001 | 0 | 101001 | 11101111 | 1010011 | 100000 |
Color Harmonies of #0E1096
Complementary color
Monochromatic Colors of #0E1096
Black with #0E1096
Text Example
Text Example
White with #0E1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1096; }
p { color: rgb(14,16,150); }
H1.HeaderClassName
{
color: #0E1096;
}
.AnyTagClassName
{
color: #0E1096;
}
</style>
background-color css
<style>
a { background-color: #0E1096; }
a { background-color: rgb(14,16,150); }
div.DivClassName
{
background-color: #0E1096;
}
.BgClassName
{
background-color: #0E1096;
}
</style>
border-color css
<style>
span { border-color: #0E1096; }
span { border-color: rgb(14,16,150); }
td.TdClassName
{
border-color: #0E1096;
}
.TagClassName
{
border-color: #0E1096;
}
</style>