Shades of Ultramarine #1E1189
Tints of Ultramarine #1E1189
RGB
CMYK
RGB Variations
Color information
#1E1189 (or 0x1E1189) is known color: Ultramarine. HEX triplet: 1E, 11 and 89. RGB value is (30,17,137). Sum of RGB (Red+Green+Blue) = 30+17+137=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 137 (53.91% from 255 or 74.46% from 184); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E1189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1189 is #E1EE76. Grayscale: #222222. Windows color (decimal): -14806647 or 8982814. OLE color: 8982814.
HSL color Cylindrical-coordinate representation of color #1E1189: hue angle of 246.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E1189 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 17 | 137 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.46 |
| HSL | 246.5º | 0.78% | 0.3% | - |
| HSV(B) | 246.5º | 0.88% | 0.54% | - |
| XYZ | 5.25 | 2.48 | 23.87 | - |
| YUV | 34.57 | 185.81 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 137 | 0.78 | 0.88 | 0 | 0.46 | 246.5 | 0.78 | 0.3 |
| Hex | 1E | 11 | 89 | 4E | 58 | 0 | 2E | F6 | 4E | 1E |
| Octal | 36 | 21 | 211 | 116 | 130 | 0 | 56 | 366 | 116 | 36 |
| Binary | 11110 | 10001 | 10001001 | 1001110 | 1011000 | 0 | 101110 | 11110110 | 1001110 | 11110 |
Color Harmonies of #1E1189
Complementary color
Monochromatic Colors of #1E1189
Black with #1E1189
Text Example
Text Example
White with #1E1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1189; }
p { color: rgb(30,17,137); }
H1.HeaderClassName
{
color: #1E1189;
}
.AnyTagClassName
{
color: #1E1189;
}
</style>
background-color css
<style>
a { background-color: #1E1189; }
a { background-color: rgb(30,17,137); }
div.DivClassName
{
background-color: #1E1189;
}
.BgClassName
{
background-color: #1E1189;
}
</style>
border-color css
<style>
span { border-color: #1E1189; }
span { border-color: rgb(30,17,137); }
td.TdClassName
{
border-color: #1E1189;
}
.TagClassName
{
border-color: #1E1189;
}
</style>