Shades of Ultramarine #0E1A84
Tints of Ultramarine #0E1A84
RGB
CMYK
RGB Variations
Color information
#0E1A84 (or 0x0E1A84) is known color: Ultramarine. HEX triplet: 0E, 1A and 84. RGB value is (14,26,132). Sum of RGB (Red+Green+Blue) = 14+26+132=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E1A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1A84 is #F1E57B. Grayscale: #222222. Windows color (decimal): -15852924 or 8657422. OLE color: 8657422.
HSL color Cylindrical-coordinate representation of color #0E1A84: hue angle of 233.9º 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 #0E1A84 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 26 | 132 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.48 |
| HSL | 233.9º | 0.81% | 0.29% | - |
| HSV(B) | 233.9º | 0.89% | 0.52% | - |
| XYZ | 4.72 | 2.5 | 22.06 | - |
| YUV | 34.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 26 | 132 | 0.89 | 0.80 | 0 | 0.48 | 233.9 | 0.81 | 0.29 |
| Hex | E | 1A | 84 | 59 | 50 | 0 | 30 | EA | 51 | 1D |
| Octal | 16 | 32 | 204 | 131 | 120 | 0 | 60 | 352 | 121 | 35 |
| Binary | 1110 | 11010 | 10000100 | 1011001 | 1010000 | 0 | 110000 | 11101010 | 1010001 | 11101 |
Color Harmonies of #0E1A84
Complementary color
Monochromatic Colors of #0E1A84
Black with #0E1A84
Text Example
Text Example
White with #0E1A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1A84; }
p { color: rgb(14,26,132); }
H1.HeaderClassName
{
color: #0E1A84;
}
.AnyTagClassName
{
color: #0E1A84;
}
</style>
background-color css
<style>
a { background-color: #0E1A84; }
a { background-color: rgb(14,26,132); }
div.DivClassName
{
background-color: #0E1A84;
}
.BgClassName
{
background-color: #0E1A84;
}
</style>
border-color css
<style>
span { border-color: #0E1A84; }
span { border-color: rgb(14,26,132); }
td.TdClassName
{
border-color: #0E1A84;
}
.TagClassName
{
border-color: #0E1A84;
}
</style>