Shades of Ultramarine #1E2090
Tints of Ultramarine #1E2090
RGB
CMYK
RGB Variations
Color information
#1E2090 (or 0x1E2090) is known color: Ultramarine. HEX triplet: 1E, 20 and 90. RGB value is (30,32,144). Sum of RGB (Red+Green+Blue) = 30+32+144=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E2090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2090 is #E1DF6F. Grayscale: #2B2B2B. Windows color (decimal): -14802800 or 9445406. OLE color: 9445406.
HSL color Cylindrical-coordinate representation of color #1E2090: hue angle of 238.95º 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 #1E2090 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 32 | 144 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.44 |
| HSL | 238.95º | 0.66% | 0.34% | - |
| HSV(B) | 238.95º | 0.79% | 0.56% | - |
| XYZ | 6.09 | 3.32 | 26.71 | - |
| YUV | 44.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 144 | 0.79 | 0.78 | 0 | 0.44 | 238.95 | 0.66 | 0.34 |
| Hex | 1E | 20 | 90 | 4F | 4E | 0 | 2C | EF | 42 | 22 |
| Octal | 36 | 40 | 220 | 117 | 116 | 0 | 54 | 357 | 102 | 42 |
| Binary | 11110 | 100000 | 10010000 | 1001111 | 1001110 | 0 | 101100 | 11101111 | 1000010 | 100010 |
Color Harmonies of #1E2090
Complementary color
Monochromatic Colors of #1E2090
Black with #1E2090
Text Example
Text Example
White with #1E2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2090; }
p { color: rgb(30,32,144); }
H1.HeaderClassName
{
color: #1E2090;
}
.AnyTagClassName
{
color: #1E2090;
}
</style>
background-color css
<style>
a { background-color: #1E2090; }
a { background-color: rgb(30,32,144); }
div.DivClassName
{
background-color: #1E2090;
}
.BgClassName
{
background-color: #1E2090;
}
</style>
border-color css
<style>
span { border-color: #1E2090; }
span { border-color: rgb(30,32,144); }
td.TdClassName
{
border-color: #1E2090;
}
.TagClassName
{
border-color: #1E2090;
}
</style>