Shades of Ultramarine #0E1584
Tints of Ultramarine #0E1584
RGB
CMYK
RGB Variations
Color information
#0E1584 (or 0x0E1584) is known color: Ultramarine. HEX triplet: 0E, 15 and 84. RGB value is (14,21,132). Sum of RGB (Red+Green+Blue) = 14+21+132=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 132 (51.95% from 255 or 79.04% from 167); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E1584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1584 is #F1EA7B. Grayscale: #1F1F1F. Windows color (decimal): -15854204 or 8656142. OLE color: 8656142.
HSL color Cylindrical-coordinate representation of color #0E1584: hue angle of 236.44º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1584 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 21 | 132 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.48 |
| HSL | 236.44º | 0.81% | 0.29% | - |
| HSV(B) | 236.44º | 0.89% | 0.52% | - |
| XYZ | 4.61 | 2.3 | 22.03 | - |
| YUV | 31.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 132 | 0.89 | 0.84 | 0 | 0.48 | 236.44 | 0.81 | 0.29 |
| Hex | E | 15 | 84 | 59 | 54 | 0 | 30 | EC | 51 | 1D |
| Octal | 16 | 25 | 204 | 131 | 124 | 0 | 60 | 354 | 121 | 35 |
| Binary | 1110 | 10101 | 10000100 | 1011001 | 1010100 | 0 | 110000 | 11101100 | 1010001 | 11101 |
Color Harmonies of #0E1584
Complementary color
Monochromatic Colors of #0E1584
Black with #0E1584
Text Example
Text Example
White with #0E1584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1584; }
p { color: rgb(14,21,132); }
H1.HeaderClassName
{
color: #0E1584;
}
.AnyTagClassName
{
color: #0E1584;
}
</style>
background-color css
<style>
a { background-color: #0E1584; }
a { background-color: rgb(14,21,132); }
div.DivClassName
{
background-color: #0E1584;
}
.BgClassName
{
background-color: #0E1584;
}
</style>
border-color css
<style>
span { border-color: #0E1584; }
span { border-color: rgb(14,21,132); }
td.TdClassName
{
border-color: #0E1584;
}
.TagClassName
{
border-color: #0E1584;
}
</style>