Shades of Ultramarine #1E0181
Tints of Ultramarine #1E0181
RGB
CMYK
RGB Variations
Color information
#1E0181 (or 0x1E0181) is known color: Ultramarine. HEX triplet: 1E, 01 and 81. RGB value is (30,1,129). Sum of RGB (Red+Green+Blue) = 30+1+129=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E0181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0181 is #E1FE7E. Grayscale: #171717. Windows color (decimal): -14810751 or 8454430. OLE color: 8454430.
HSL color Cylindrical-coordinate representation of color #1E0181: hue angle of 253.59º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0181 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 1 | 129 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.49 |
| HSL | 253.59º | 0.98% | 0.25% | - |
| HSV(B) | 253.59º | 0.99% | 0.51% | - |
| XYZ | 4.51 | 1.88 | 20.89 | - |
| YUV | 24.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 129 | 0.77 | 0.99 | 0 | 0.49 | 253.59 | 0.98 | 0.25 |
| Hex | 1E | 1 | 81 | 4D | 63 | 0 | 31 | FE | 62 | 19 |
| Octal | 36 | 1 | 201 | 115 | 143 | 0 | 61 | 376 | 142 | 31 |
| Binary | 11110 | 1 | 10000001 | 1001101 | 1100011 | 0 | 110001 | 11111110 | 1100010 | 11001 |
Color Harmonies of #1E0181
Complementary color
Monochromatic Colors of #1E0181
Black with #1E0181
Text Example
Text Example
White with #1E0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0181; }
p { color: rgb(30,1,129); }
H1.HeaderClassName
{
color: #1E0181;
}
.AnyTagClassName
{
color: #1E0181;
}
</style>
background-color css
<style>
a { background-color: #1E0181; }
a { background-color: rgb(30,1,129); }
div.DivClassName
{
background-color: #1E0181;
}
.BgClassName
{
background-color: #1E0181;
}
</style>
border-color css
<style>
span { border-color: #1E0181; }
span { border-color: rgb(30,1,129); }
td.TdClassName
{
border-color: #1E0181;
}
.TagClassName
{
border-color: #1E0181;
}
</style>