Shades of Ultramarine #1E1585
Tints of Ultramarine #1E1585
RGB
CMYK
RGB Variations
Color information
#1E1585 (or 0x1E1585) is known color: Ultramarine. HEX triplet: 1E, 15 and 85. RGB value is (30,21,133). Sum of RGB (Red+Green+Blue) = 30+21+133=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E1585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1585 is #E1EA7A. Grayscale: #242424. Windows color (decimal): -14805627 or 8721694. OLE color: 8721694.
HSL color Cylindrical-coordinate representation of color #1E1585: hue angle of 244.82º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1585 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 21 | 133 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.48 |
| HSL | 244.82º | 0.73% | 0.3% | - |
| HSV(B) | 244.82º | 0.84% | 0.52% | - |
| XYZ | 5.04 | 2.51 | 22.41 | - |
| YUV | 36.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 133 | 0.77 | 0.84 | 0 | 0.48 | 244.82 | 0.73 | 0.3 |
| Hex | 1E | 15 | 85 | 4D | 54 | 0 | 30 | F5 | 49 | 1E |
| Octal | 36 | 25 | 205 | 115 | 124 | 0 | 60 | 365 | 111 | 36 |
| Binary | 11110 | 10101 | 10000101 | 1001101 | 1010100 | 0 | 110000 | 11110101 | 1001001 | 11110 |
Color Harmonies of #1E1585
Complementary color
Monochromatic Colors of #1E1585
Black with #1E1585
Text Example
Text Example
White with #1E1585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1585; }
p { color: rgb(30,21,133); }
H1.HeaderClassName
{
color: #1E1585;
}
.AnyTagClassName
{
color: #1E1585;
}
</style>
background-color css
<style>
a { background-color: #1E1585; }
a { background-color: rgb(30,21,133); }
div.DivClassName
{
background-color: #1E1585;
}
.BgClassName
{
background-color: #1E1585;
}
</style>
border-color css
<style>
span { border-color: #1E1585; }
span { border-color: rgb(30,21,133); }
td.TdClassName
{
border-color: #1E1585;
}
.TagClassName
{
border-color: #1E1585;
}
</style>