Shades of Ultramarine #1E2290
Tints of Ultramarine #1E2290
RGB
CMYK
RGB Variations
Color information
#1E2290 (or 0x1E2290) is known color: Ultramarine. HEX triplet: 1E, 22 and 90. RGB value is (30,34,144). Sum of RGB (Red+Green+Blue) = 30+34+144=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E2290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2290 is #E1DD6F. Grayscale: #2C2C2C. Windows color (decimal): -14802288 or 9445918. OLE color: 9445918.
HSL color Cylindrical-coordinate representation of color #1E2290: hue angle of 237.89º 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 #1E2290 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 34 | 144 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.44 |
| HSL | 237.89º | 0.66% | 0.34% | - |
| HSV(B) | 237.89º | 0.79% | 0.56% | - |
| XYZ | 6.14 | 3.43 | 26.72 | - |
| YUV | 45.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 144 | 0.79 | 0.76 | 0 | 0.44 | 237.89 | 0.66 | 0.34 |
| Hex | 1E | 22 | 90 | 4F | 4C | 0 | 2C | EE | 42 | 22 |
| Octal | 36 | 42 | 220 | 117 | 114 | 0 | 54 | 356 | 102 | 42 |
| Binary | 11110 | 100010 | 10010000 | 1001111 | 1001100 | 0 | 101100 | 11101110 | 1000010 | 100010 |
Color Harmonies of #1E2290
Complementary color
Monochromatic Colors of #1E2290
Black with #1E2290
Text Example
Text Example
White with #1E2290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2290; }
p { color: rgb(30,34,144); }
H1.HeaderClassName
{
color: #1E2290;
}
.AnyTagClassName
{
color: #1E2290;
}
</style>
background-color css
<style>
a { background-color: #1E2290; }
a { background-color: rgb(30,34,144); }
div.DivClassName
{
background-color: #1E2290;
}
.BgClassName
{
background-color: #1E2290;
}
</style>
border-color css
<style>
span { border-color: #1E2290; }
span { border-color: rgb(30,34,144); }
td.TdClassName
{
border-color: #1E2290;
}
.TagClassName
{
border-color: #1E2290;
}
</style>