Shades of Ultramarine #1E2490
Tints of Ultramarine #1E2490
RGB
CMYK
RGB Variations
Color information
#1E2490 (or 0x1E2490) is known color: Ultramarine. HEX triplet: 1E, 24 and 90. RGB value is (30,36,144). Sum of RGB (Red+Green+Blue) = 30+36+144=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E2490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2490 is #E1DB6F. Grayscale: #2E2E2E. Windows color (decimal): -14801776 or 9446430. OLE color: 9446430.
HSL color Cylindrical-coordinate representation of color #1E2490: hue angle of 236.84º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E2490 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 36 | 144 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.44 |
| HSL | 236.84º | 0.66% | 0.34% | - |
| HSV(B) | 236.84º | 0.79% | 0.56% | - |
| XYZ | 6.2 | 3.55 | 26.74 | - |
| YUV | 46.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 144 | 0.79 | 0.75 | 0 | 0.44 | 236.84 | 0.66 | 0.34 |
| Hex | 1E | 24 | 90 | 4F | 4B | 0 | 2C | ED | 42 | 22 |
| Octal | 36 | 44 | 220 | 117 | 113 | 0 | 54 | 355 | 102 | 42 |
| Binary | 11110 | 100100 | 10010000 | 1001111 | 1001011 | 0 | 101100 | 11101101 | 1000010 | 100010 |
Color Harmonies of #1E2490
Complementary color
Monochromatic Colors of #1E2490
Black with #1E2490
Text Example
Text Example
White with #1E2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2490; }
p { color: rgb(30,36,144); }
H1.HeaderClassName
{
color: #1E2490;
}
.AnyTagClassName
{
color: #1E2490;
}
</style>
background-color css
<style>
a { background-color: #1E2490; }
a { background-color: rgb(30,36,144); }
div.DivClassName
{
background-color: #1E2490;
}
.BgClassName
{
background-color: #1E2490;
}
</style>
border-color css
<style>
span { border-color: #1E2490; }
span { border-color: rgb(30,36,144); }
td.TdClassName
{
border-color: #1E2490;
}
.TagClassName
{
border-color: #1E2490;
}
</style>