Shades of Ultramarine #1E048E
Tints of Ultramarine #1E048E
RGB
CMYK
RGB Variations
Color information
#1E048E (or 0x1E048E) is known color: Ultramarine. HEX triplet: 1E, 04 and 8E. RGB value is (30,4,142). Sum of RGB (Red+Green+Blue) = 30+4+142=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E048E is #E1FB71. Grayscale: #1A1A1A. Windows color (decimal): -14809970 or 9307166. OLE color: 9307166.
HSL color Cylindrical-coordinate representation of color #1E048E: hue angle of 251.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E048E is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 4 | 142 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.44 |
| HSL | 251.3º | 0.95% | 0.29% | - |
| HSV(B) | 251.3º | 0.97% | 0.56% | - |
| XYZ | 5.46 | 2.32 | 25.75 | - |
| YUV | 27.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 142 | 0.79 | 0.97 | 0 | 0.44 | 251.3 | 0.95 | 0.29 |
| Hex | 1E | 4 | 8E | 4F | 61 | 0 | 2C | FB | 5F | 1D |
| Octal | 36 | 4 | 216 | 117 | 141 | 0 | 54 | 373 | 137 | 35 |
| Binary | 11110 | 100 | 10001110 | 1001111 | 1100001 | 0 | 101100 | 11111011 | 1011111 | 11101 |
Color Harmonies of #1E048E
Complementary color
Monochromatic Colors of #1E048E
Black with #1E048E
Text Example
Text Example
White with #1E048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E048E; }
p { color: rgb(30,4,142); }
H1.HeaderClassName
{
color: #1E048E;
}
.AnyTagClassName
{
color: #1E048E;
}
</style>
background-color css
<style>
a { background-color: #1E048E; }
a { background-color: rgb(30,4,142); }
div.DivClassName
{
background-color: #1E048E;
}
.BgClassName
{
background-color: #1E048E;
}
</style>
border-color css
<style>
span { border-color: #1E048E; }
span { border-color: rgb(30,4,142); }
td.TdClassName
{
border-color: #1E048E;
}
.TagClassName
{
border-color: #1E048E;
}
</style>