Shades of Ultramarine #1E019F
Tints of Ultramarine #1E019F
RGB
CMYK
RGB Variations
Color information
#1E019F (or 0x1E019F) is known color: Ultramarine. HEX triplet: 1E, 01 and 9F. RGB value is (30,1,159). Sum of RGB (Red+Green+Blue) = 30+1+159=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E019F is #E1FE60. Grayscale: #1B1B1B. Windows color (decimal): -14810721 or 10420510. OLE color: 10420510.
HSL color Cylindrical-coordinate representation of color #1E019F: hue angle of 251.01º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E019F is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 1 | 159 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.38 |
| HSL | 251.01º | 0.99% | 0.31% | - |
| HSV(B) | 251.01º | 0.99% | 0.62% | - |
| XYZ | 6.8 | 2.8 | 32.98 | - |
| YUV | 27.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 159 | 0.81 | 0.99 | 0 | 0.38 | 251.01 | 0.99 | 0.31 |
| Hex | 1E | 1 | 9F | 51 | 63 | 0 | 26 | FB | 63 | 1F |
| Octal | 36 | 1 | 237 | 121 | 143 | 0 | 46 | 373 | 143 | 37 |
| Binary | 11110 | 1 | 10011111 | 1010001 | 1100011 | 0 | 100110 | 11111011 | 1100011 | 11111 |
Color Harmonies of #1E019F
Complementary color
Monochromatic Colors of #1E019F
Black with #1E019F
Text Example
Text Example
White with #1E019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E019F; }
p { color: rgb(30,1,159); }
H1.HeaderClassName
{
color: #1E019F;
}
.AnyTagClassName
{
color: #1E019F;
}
</style>
background-color css
<style>
a { background-color: #1E019F; }
a { background-color: rgb(30,1,159); }
div.DivClassName
{
background-color: #1E019F;
}
.BgClassName
{
background-color: #1E019F;
}
</style>
border-color css
<style>
span { border-color: #1E019F; }
span { border-color: rgb(30,1,159); }
td.TdClassName
{
border-color: #1E019F;
}
.TagClassName
{
border-color: #1E019F;
}
</style>