Shades of Ultramarine #1E059D
Tints of Ultramarine #1E059D
RGB
CMYK
RGB Variations
Color information
#1E059D (or 0x1E059D) is known color: Ultramarine. HEX triplet: 1E, 05 and 9D. RGB value is (30,5,157). Sum of RGB (Red+Green+Blue) = 30+5+157=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 157 (61.72% from 255 or 81.77% from 192); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E059D is #E1FA62. Grayscale: #1D1D1D. Windows color (decimal): -14809699 or 10290462. OLE color: 10290462.
HSL color Cylindrical-coordinate representation of color #1E059D: hue angle of 249.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E059D is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 5 | 157 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.38 |
| HSL | 249.87º | 0.94% | 0.32% | - |
| HSV(B) | 249.87º | 0.97% | 0.62% | - |
| XYZ | 6.68 | 2.82 | 32.09 | - |
| YUV | 29.8 | 199.78 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 157 | 0.81 | 0.97 | 0 | 0.38 | 249.87 | 0.94 | 0.32 |
| Hex | 1E | 5 | 9D | 51 | 61 | 0 | 26 | FA | 5E | 20 |
| Octal | 36 | 5 | 235 | 121 | 141 | 0 | 46 | 372 | 136 | 40 |
| Binary | 11110 | 101 | 10011101 | 1010001 | 1100001 | 0 | 100110 | 11111010 | 1011110 | 100000 |
Color Harmonies of #1E059D
Complementary color
Monochromatic Colors of #1E059D
Black with #1E059D
Text Example
Text Example
White with #1E059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E059D; }
p { color: rgb(30,5,157); }
H1.HeaderClassName
{
color: #1E059D;
}
.AnyTagClassName
{
color: #1E059D;
}
</style>
background-color css
<style>
a { background-color: #1E059D; }
a { background-color: rgb(30,5,157); }
div.DivClassName
{
background-color: #1E059D;
}
.BgClassName
{
background-color: #1E059D;
}
</style>
border-color css
<style>
span { border-color: #1E059D; }
span { border-color: rgb(30,5,157); }
td.TdClassName
{
border-color: #1E059D;
}
.TagClassName
{
border-color: #1E059D;
}
</style>