Shades of Ultramarine #1E218E
Tints of Ultramarine #1E218E
RGB
CMYK
RGB Variations
Color information
#1E218E (or 0x1E218E) is known color: Ultramarine. HEX triplet: 1E, 21 and 8E. RGB value is (30,33,142). Sum of RGB (Red+Green+Blue) = 30+33+142=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E218E is #E1DE71. Grayscale: #2C2C2C. Windows color (decimal): -14802546 or 9314590. OLE color: 9314590.
HSL color Cylindrical-coordinate representation of color #1E218E: hue angle of 238.39º degrees, saturation: 0.65, 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 #1E218E is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 33 | 142 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.44 |
| HSL | 238.39º | 0.65% | 0.34% | - |
| HSV(B) | 238.39º | 0.79% | 0.56% | - |
| XYZ | 5.96 | 3.32 | 25.92 | - |
| YUV | 44.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 142 | 0.79 | 0.77 | 0 | 0.44 | 238.39 | 0.65 | 0.34 |
| Hex | 1E | 21 | 8E | 4F | 4D | 0 | 2C | EE | 41 | 22 |
| Octal | 36 | 41 | 216 | 117 | 115 | 0 | 54 | 356 | 101 | 42 |
| Binary | 11110 | 100001 | 10001110 | 1001111 | 1001101 | 0 | 101100 | 11101110 | 1000001 | 100010 |
Color Harmonies of #1E218E
Complementary color
Monochromatic Colors of #1E218E
Black with #1E218E
Text Example
Text Example
White with #1E218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E218E; }
p { color: rgb(30,33,142); }
H1.HeaderClassName
{
color: #1E218E;
}
.AnyTagClassName
{
color: #1E218E;
}
</style>
background-color css
<style>
a { background-color: #1E218E; }
a { background-color: rgb(30,33,142); }
div.DivClassName
{
background-color: #1E218E;
}
.BgClassName
{
background-color: #1E218E;
}
</style>
border-color css
<style>
span { border-color: #1E218E; }
span { border-color: rgb(30,33,142); }
td.TdClassName
{
border-color: #1E218E;
}
.TagClassName
{
border-color: #1E218E;
}
</style>