Shades of Ultramarine #1E0EA9
Tints of Ultramarine #1E0EA9
RGB
CMYK
RGB Variations
Color information
#1E0EA9 (or 0x1E0EA9) is known color: Ultramarine. HEX triplet: 1E, 0E and A9. RGB value is (30,14,169). Sum of RGB (Red+Green+Blue) = 30+14+169=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 169 (66.41% from 255 or 79.34% from 213); Max value from RGB is 169 - color contains mainly: blue. Hex color #1E0EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0EA9 is #E1F156. Grayscale: #232323. Windows color (decimal): -14807383 or 11079198. OLE color: 11079198.
HSL color Cylindrical-coordinate representation of color #1E0EA9: hue angle of 246.19º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0EA9 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 14 | 169 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.34 |
| HSL | 246.19º | 0.85% | 0.36% | - |
| HSV(B) | 246.19º | 0.92% | 0.66% | - |
| XYZ | 7.85 | 3.45 | 37.79 | - |
| YUV | 36.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 169 | 0.82 | 0.92 | 0 | 0.34 | 246.19 | 0.85 | 0.36 |
| Hex | 1E | E | A9 | 52 | 5C | 0 | 22 | F6 | 55 | 24 |
| Octal | 36 | 16 | 251 | 122 | 134 | 0 | 42 | 366 | 125 | 44 |
| Binary | 11110 | 1110 | 10101001 | 1010010 | 1011100 | 0 | 100010 | 11110110 | 1010101 | 100100 |
Color Harmonies of #1E0EA9
Complementary color
Monochromatic Colors of #1E0EA9
Black with #1E0EA9
Text Example
Text Example
White with #1E0EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0EA9; }
p { color: rgb(30,14,169); }
H1.HeaderClassName
{
color: #1E0EA9;
}
.AnyTagClassName
{
color: #1E0EA9;
}
</style>
background-color css
<style>
a { background-color: #1E0EA9; }
a { background-color: rgb(30,14,169); }
div.DivClassName
{
background-color: #1E0EA9;
}
.BgClassName
{
background-color: #1E0EA9;
}
</style>
border-color css
<style>
span { border-color: #1E0EA9; }
span { border-color: rgb(30,14,169); }
td.TdClassName
{
border-color: #1E0EA9;
}
.TagClassName
{
border-color: #1E0EA9;
}
</style>