Shades of Ultramarine #1E058F
Tints of Ultramarine #1E058F
RGB
CMYK
RGB Variations
Color information
#1E058F (or 0x1E058F) is known color: Ultramarine. HEX triplet: 1E, 05 and 8F. RGB value is (30,5,143). Sum of RGB (Red+Green+Blue) = 30+5+143=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 143 (56.25% from 255 or 80.34% from 178); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E058F is #E1FA70. Grayscale: #1B1B1B. Windows color (decimal): -14809713 or 9372958. OLE color: 9372958.
HSL color Cylindrical-coordinate representation of color #1E058F: hue angle of 250.87º degrees, saturation: 0.93, 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 #1E058F is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 5 | 143 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.44 |
| HSL | 250.87º | 0.93% | 0.29% | - |
| HSV(B) | 250.87º | 0.97% | 0.56% | - |
| XYZ | 5.55 | 2.37 | 26.15 | - |
| YUV | 28.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 143 | 0.79 | 0.97 | 0 | 0.44 | 250.87 | 0.93 | 0.29 |
| Hex | 1E | 5 | 8F | 4F | 61 | 0 | 2C | FB | 5D | 1D |
| Octal | 36 | 5 | 217 | 117 | 141 | 0 | 54 | 373 | 135 | 35 |
| Binary | 11110 | 101 | 10001111 | 1001111 | 1100001 | 0 | 101100 | 11111011 | 1011101 | 11101 |
Color Harmonies of #1E058F
Complementary color
Monochromatic Colors of #1E058F
Black with #1E058F
Text Example
Text Example
White with #1E058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E058F; }
p { color: rgb(30,5,143); }
H1.HeaderClassName
{
color: #1E058F;
}
.AnyTagClassName
{
color: #1E058F;
}
</style>
background-color css
<style>
a { background-color: #1E058F; }
a { background-color: rgb(30,5,143); }
div.DivClassName
{
background-color: #1E058F;
}
.BgClassName
{
background-color: #1E058F;
}
</style>
border-color css
<style>
span { border-color: #1E058F; }
span { border-color: rgb(30,5,143); }
td.TdClassName
{
border-color: #1E058F;
}
.TagClassName
{
border-color: #1E058F;
}
</style>