Shades of Ultramarine #1E0182
Tints of Ultramarine #1E0182
RGB
CMYK
RGB Variations
Color information
#1E0182 (or 0x1E0182) is known color: Ultramarine. HEX triplet: 1E, 01 and 82. RGB value is (30,1,130). Sum of RGB (Red+Green+Blue) = 30+1+130=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 130 (51.17% from 255 or 80.75% from 161); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E0182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0182 is #E1FE7D. Grayscale: #171717. Windows color (decimal): -14810750 or 8519966. OLE color: 8519966.
HSL color Cylindrical-coordinate representation of color #1E0182: hue angle of 253.49º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0182 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 1 | 130 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.49 |
| HSL | 253.49º | 0.98% | 0.26% | - |
| HSV(B) | 253.49º | 0.99% | 0.51% | - |
| XYZ | 4.58 | 1.91 | 21.25 | - |
| YUV | 24.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 130 | 0.77 | 0.99 | 0 | 0.49 | 253.49 | 0.98 | 0.26 |
| Hex | 1E | 1 | 82 | 4D | 63 | 0 | 31 | FD | 62 | 1A |
| Octal | 36 | 1 | 202 | 115 | 143 | 0 | 61 | 375 | 142 | 32 |
| Binary | 11110 | 1 | 10000010 | 1001101 | 1100011 | 0 | 110001 | 11111101 | 1100010 | 11010 |
Color Harmonies of #1E0182
Complementary color
Monochromatic Colors of #1E0182
Black with #1E0182
Text Example
Text Example
White with #1E0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0182; }
p { color: rgb(30,1,130); }
H1.HeaderClassName
{
color: #1E0182;
}
.AnyTagClassName
{
color: #1E0182;
}
</style>
background-color css
<style>
a { background-color: #1E0182; }
a { background-color: rgb(30,1,130); }
div.DivClassName
{
background-color: #1E0182;
}
.BgClassName
{
background-color: #1E0182;
}
</style>
border-color css
<style>
span { border-color: #1E0182; }
span { border-color: rgb(30,1,130); }
td.TdClassName
{
border-color: #1E0182;
}
.TagClassName
{
border-color: #1E0182;
}
</style>