Shades of Ultramarine #0E0999
Tints of Ultramarine #0E0999
RGB
CMYK
RGB Variations
Color information
#0E0999 (or 0x0E0999) is known color: Ultramarine. HEX triplet: 0E, 09 and 99. RGB value is (14,9,153). Sum of RGB (Red+Green+Blue) = 14+9+153=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 153 (60.16% from 255 or 86.93% from 176); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E0999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0999 is #F1F666. Grayscale: #1A1A1A. Windows color (decimal): -15857255 or 10029326. OLE color: 10029326.
HSL color Cylindrical-coordinate representation of color #0E0999: hue angle of 242.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0999 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 9 | 153 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.4 |
| HSL | 242.08º | 0.89% | 0.32% | - |
| HSV(B) | 242.08º | 0.94% | 0.6% | - |
| XYZ | 6.03 | 2.59 | 30.32 | - |
| YUV | 26.91 | 199.16 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 153 | 0.91 | 0.94 | 0 | 0.4 | 242.08 | 0.89 | 0.32 |
| Hex | E | 9 | 99 | 5B | 5E | 0 | 28 | F2 | 59 | 20 |
| Octal | 16 | 11 | 231 | 133 | 136 | 0 | 50 | 362 | 131 | 40 |
| Binary | 1110 | 1001 | 10011001 | 1011011 | 1011110 | 0 | 101000 | 11110010 | 1011001 | 100000 |
Color Harmonies of #0E0999
Complementary color
Monochromatic Colors of #0E0999
Black with #0E0999
Text Example
Text Example
White with #0E0999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0999; }
p { color: rgb(14,9,153); }
H1.HeaderClassName
{
color: #0E0999;
}
.AnyTagClassName
{
color: #0E0999;
}
</style>
background-color css
<style>
a { background-color: #0E0999; }
a { background-color: rgb(14,9,153); }
div.DivClassName
{
background-color: #0E0999;
}
.BgClassName
{
background-color: #0E0999;
}
</style>
border-color css
<style>
span { border-color: #0E0999; }
span { border-color: rgb(14,9,153); }
td.TdClassName
{
border-color: #0E0999;
}
.TagClassName
{
border-color: #0E0999;
}
</style>