Shades of Ultramarine #1E0E90
Tints of Ultramarine #1E0E90
RGB
CMYK
RGB Variations
Color information
#1E0E90 (or 0x1E0E90) is known color: Ultramarine. HEX triplet: 1E, 0E and 90. RGB value is (30,14,144). Sum of RGB (Red+Green+Blue) = 30+14+144=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E0E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0E90 is #E1F16F. Grayscale: #212121. Windows color (decimal): -14807408 or 9440798. OLE color: 9440798.
HSL color Cylindrical-coordinate representation of color #1E0E90: hue angle of 247.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0E90 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 14 | 144 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.44 |
| HSL | 247.38º | 0.82% | 0.31% | - |
| HSV(B) | 247.38º | 0.9% | 0.56% | - |
| XYZ | 5.73 | 2.6 | 26.59 | - |
| YUV | 33.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 144 | 0.79 | 0.90 | 0 | 0.44 | 247.38 | 0.82 | 0.31 |
| Hex | 1E | E | 90 | 4F | 5A | 0 | 2C | F7 | 52 | 1F |
| Octal | 36 | 16 | 220 | 117 | 132 | 0 | 54 | 367 | 122 | 37 |
| Binary | 11110 | 1110 | 10010000 | 1001111 | 1011010 | 0 | 101100 | 11110111 | 1010010 | 11111 |
Color Harmonies of #1E0E90
Complementary color
Monochromatic Colors of #1E0E90
Black with #1E0E90
Text Example
Text Example
White with #1E0E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0E90; }
p { color: rgb(30,14,144); }
H1.HeaderClassName
{
color: #1E0E90;
}
.AnyTagClassName
{
color: #1E0E90;
}
</style>
background-color css
<style>
a { background-color: #1E0E90; }
a { background-color: rgb(30,14,144); }
div.DivClassName
{
background-color: #1E0E90;
}
.BgClassName
{
background-color: #1E0E90;
}
</style>
border-color css
<style>
span { border-color: #1E0E90; }
span { border-color: rgb(30,14,144); }
td.TdClassName
{
border-color: #1E0E90;
}
.TagClassName
{
border-color: #1E0E90;
}
</style>