Shades of Ultramarine #0E0D84
Tints of Ultramarine #0E0D84
RGB
CMYK
RGB Variations
Color information
#0E0D84 (or 0x0E0D84) is known color: Ultramarine. HEX triplet: 0E, 0D and 84. RGB value is (14,13,132). Sum of RGB (Red+Green+Blue) = 14+13+132=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 132 (51.95% from 255 or 83.02% from 159); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E0D84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0D84 is #F1F27B. Grayscale: #1A1A1A. Windows color (decimal): -15856252 or 8654094. OLE color: 8654094.
HSL color Cylindrical-coordinate representation of color #0E0D84: hue angle of 240.5º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0D84 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 13 | 132 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.48 |
| HSL | 240.5º | 0.82% | 0.28% | - |
| HSV(B) | 240.5º | 0.9% | 0.52% | - |
| XYZ | 4.49 | 2.05 | 21.99 | - |
| YUV | 26.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 13 | 132 | 0.89 | 0.90 | 0 | 0.48 | 240.5 | 0.82 | 0.28 |
| Hex | E | D | 84 | 59 | 5A | 0 | 30 | F1 | 52 | 1C |
| Octal | 16 | 15 | 204 | 131 | 132 | 0 | 60 | 361 | 122 | 34 |
| Binary | 1110 | 1101 | 10000100 | 1011001 | 1011010 | 0 | 110000 | 11110001 | 1010010 | 11100 |
Color Harmonies of #0E0D84
Complementary color
Monochromatic Colors of #0E0D84
Black with #0E0D84
Text Example
Text Example
White with #0E0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0D84; }
p { color: rgb(14,13,132); }
H1.HeaderClassName
{
color: #0E0D84;
}
.AnyTagClassName
{
color: #0E0D84;
}
</style>
background-color css
<style>
a { background-color: #0E0D84; }
a { background-color: rgb(14,13,132); }
div.DivClassName
{
background-color: #0E0D84;
}
.BgClassName
{
background-color: #0E0D84;
}
</style>
border-color css
<style>
span { border-color: #0E0D84; }
span { border-color: rgb(14,13,132); }
td.TdClassName
{
border-color: #0E0D84;
}
.TagClassName
{
border-color: #0E0D84;
}
</style>