Shades of Ultramarine #1E038E
Tints of Ultramarine #1E038E
RGB
CMYK
RGB Variations
Color information
#1E038E (or 0x1E038E) is known color: Ultramarine. HEX triplet: 1E, 03 and 8E. RGB value is (30,3,142). Sum of RGB (Red+Green+Blue) = 30+3+142=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E038E is #E1FC71. Grayscale: #1A1A1A. Windows color (decimal): -14810226 or 9306910. OLE color: 9306910.
HSL color Cylindrical-coordinate representation of color #1E038E: hue angle of 251.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E038E is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 3 | 142 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.44 |
| HSL | 251.65º | 0.96% | 0.28% | - |
| HSV(B) | 251.65º | 0.98% | 0.56% | - |
| XYZ | 5.45 | 2.29 | 25.75 | - |
| YUV | 26.92 | 192.95 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 142 | 0.79 | 0.98 | 0 | 0.44 | 251.65 | 0.96 | 0.28 |
| Hex | 1E | 3 | 8E | 4F | 62 | 0 | 2C | FC | 60 | 1C |
| Octal | 36 | 3 | 216 | 117 | 142 | 0 | 54 | 374 | 140 | 34 |
| Binary | 11110 | 11 | 10001110 | 1001111 | 1100010 | 0 | 101100 | 11111100 | 1100000 | 11100 |
Color Harmonies of #1E038E
Complementary color
Monochromatic Colors of #1E038E
Black with #1E038E
Text Example
Text Example
White with #1E038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E038E; }
p { color: rgb(30,3,142); }
H1.HeaderClassName
{
color: #1E038E;
}
.AnyTagClassName
{
color: #1E038E;
}
</style>
background-color css
<style>
a { background-color: #1E038E; }
a { background-color: rgb(30,3,142); }
div.DivClassName
{
background-color: #1E038E;
}
.BgClassName
{
background-color: #1E038E;
}
</style>
border-color css
<style>
span { border-color: #1E038E; }
span { border-color: rgb(30,3,142); }
td.TdClassName
{
border-color: #1E038E;
}
.TagClassName
{
border-color: #1E038E;
}
</style>