Shades of Ultramarine #0E0596
Tints of Ultramarine #0E0596
RGB
CMYK
RGB Variations
Color information
#0E0596 (or 0x0E0596) is known color: Ultramarine. HEX triplet: 0E, 05 and 96. RGB value is (14,5,150). Sum of RGB (Red+Green+Blue) = 14+5+150=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 150 (58.98% from 255 or 88.76% from 169); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E0596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0596 is #F1FA69. Grayscale: #171717. Windows color (decimal): -15858282 or 9831694. OLE color: 9831694.
HSL color Cylindrical-coordinate representation of color #0E0596: hue angle of 243.72º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0596 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 5 | 150 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.41 |
| HSL | 243.72º | 0.94% | 0.3% | - |
| HSV(B) | 243.72º | 0.97% | 0.59% | - |
| XYZ | 5.74 | 2.4 | 29.02 | - |
| YUV | 24.22 | 198.98 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 150 | 0.91 | 0.97 | 0 | 0.41 | 243.72 | 0.94 | 0.3 |
| Hex | E | 5 | 96 | 5B | 61 | 0 | 29 | F4 | 5E | 1E |
| Octal | 16 | 5 | 226 | 133 | 141 | 0 | 51 | 364 | 136 | 36 |
| Binary | 1110 | 101 | 10010110 | 1011011 | 1100001 | 0 | 101001 | 11110100 | 1011110 | 11110 |
Color Harmonies of #0E0596
Complementary color
Monochromatic Colors of #0E0596
Black with #0E0596
Text Example
Text Example
White with #0E0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0596; }
p { color: rgb(14,5,150); }
H1.HeaderClassName
{
color: #0E0596;
}
.AnyTagClassName
{
color: #0E0596;
}
</style>
background-color css
<style>
a { background-color: #0E0596; }
a { background-color: rgb(14,5,150); }
div.DivClassName
{
background-color: #0E0596;
}
.BgClassName
{
background-color: #0E0596;
}
</style>
border-color css
<style>
span { border-color: #0E0596; }
span { border-color: rgb(14,5,150); }
td.TdClassName
{
border-color: #0E0596;
}
.TagClassName
{
border-color: #0E0596;
}
</style>