Shades of Ultramarine #1E0EA8
Tints of Ultramarine #1E0EA8
RGB
CMYK
RGB Variations
Color information
#1E0EA8 (or 0x1E0EA8) is known color: Ultramarine. HEX triplet: 1E, 0E and A8. RGB value is (30,14,168). Sum of RGB (Red+Green+Blue) = 30+14+168=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 168 (66.02% from 255 or 79.25% from 212); Max value from RGB is 168 - color contains mainly: blue. Hex color #1E0EA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0EA8 is #E1F157. Grayscale: #232323. Windows color (decimal): -14807384 or 11013662. OLE color: 11013662.
HSL color Cylindrical-coordinate representation of color #1E0EA8: hue angle of 246.23º 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 #1E0EA8 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 14 | 168 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.34 |
| HSL | 246.23º | 0.85% | 0.36% | - |
| HSV(B) | 246.23º | 0.92% | 0.66% | - |
| XYZ | 7.76 | 3.42 | 37.3 | - |
| YUV | 36.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 168 | 0.82 | 0.92 | 0 | 0.34 | 246.23 | 0.85 | 0.36 |
| Hex | 1E | E | A8 | 52 | 5C | 0 | 22 | F6 | 55 | 24 |
| Octal | 36 | 16 | 250 | 122 | 134 | 0 | 42 | 366 | 125 | 44 |
| Binary | 11110 | 1110 | 10101000 | 1010010 | 1011100 | 0 | 100010 | 11110110 | 1010101 | 100100 |
Color Harmonies of #1E0EA8
Complementary color
Monochromatic Colors of #1E0EA8
Black with #1E0EA8
Text Example
Text Example
White with #1E0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0EA8; }
p { color: rgb(30,14,168); }
H1.HeaderClassName
{
color: #1E0EA8;
}
.AnyTagClassName
{
color: #1E0EA8;
}
</style>
background-color css
<style>
a { background-color: #1E0EA8; }
a { background-color: rgb(30,14,168); }
div.DivClassName
{
background-color: #1E0EA8;
}
.BgClassName
{
background-color: #1E0EA8;
}
</style>
border-color css
<style>
span { border-color: #1E0EA8; }
span { border-color: rgb(30,14,168); }
td.TdClassName
{
border-color: #1E0EA8;
}
.TagClassName
{
border-color: #1E0EA8;
}
</style>