Shades of Ultramarine #1E158D
Tints of Ultramarine #1E158D
RGB
CMYK
RGB Variations
Color information
#1E158D (or 0x1E158D) is known color: Ultramarine. HEX triplet: 1E, 15 and 8D. RGB value is (30,21,141). Sum of RGB (Red+Green+Blue) = 30+21+141=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E158D is #E1EA72. Grayscale: #242424. Windows color (decimal): -14805619 or 9245982. OLE color: 9245982.
HSL color Cylindrical-coordinate representation of color #1E158D: hue angle of 244.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E158D is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 21 | 141 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.45 |
| HSL | 244.5º | 0.74% | 0.32% | - |
| HSV(B) | 244.5º | 0.85% | 0.55% | - |
| XYZ | 5.61 | 2.74 | 25.43 | - |
| YUV | 37.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 141 | 0.79 | 0.85 | 0 | 0.45 | 244.5 | 0.74 | 0.32 |
| Hex | 1E | 15 | 8D | 4F | 55 | 0 | 2D | F4 | 4A | 20 |
| Octal | 36 | 25 | 215 | 117 | 125 | 0 | 55 | 364 | 112 | 40 |
| Binary | 11110 | 10101 | 10001101 | 1001111 | 1010101 | 0 | 101101 | 11110100 | 1001010 | 100000 |
Color Harmonies of #1E158D
Complementary color
Monochromatic Colors of #1E158D
Black with #1E158D
Text Example
Text Example
White with #1E158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E158D; }
p { color: rgb(30,21,141); }
H1.HeaderClassName
{
color: #1E158D;
}
.AnyTagClassName
{
color: #1E158D;
}
</style>
background-color css
<style>
a { background-color: #1E158D; }
a { background-color: rgb(30,21,141); }
div.DivClassName
{
background-color: #1E158D;
}
.BgClassName
{
background-color: #1E158D;
}
</style>
border-color css
<style>
span { border-color: #1E158D; }
span { border-color: rgb(30,21,141); }
td.TdClassName
{
border-color: #1E158D;
}
.TagClassName
{
border-color: #1E158D;
}
</style>