Shades of Ultramarine #1E1596
Tints of Ultramarine #1E1596
RGB
CMYK
RGB Variations
Color information
#1E1596 (or 0x1E1596) is known color: Ultramarine. HEX triplet: 1E, 15 and 96. RGB value is (30,21,150). Sum of RGB (Red+Green+Blue) = 30+21+150=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 150 (58.98% from 255 or 74.63% from 201); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E1596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1596 is #E1EA69. Grayscale: #252525. Windows color (decimal): -14805610 or 9835806. OLE color: 9835806.
HSL color Cylindrical-coordinate representation of color #1E1596: hue angle of 244.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1596 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 21 | 150 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.41 |
| HSL | 244.19º | 0.75% | 0.34% | - |
| HSV(B) | 244.19º | 0.86% | 0.59% | - |
| XYZ | 6.31 | 3.01 | 29.1 | - |
| YUV | 38.4 | 190.98 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 150 | 0.80 | 0.86 | 0 | 0.41 | 244.19 | 0.75 | 0.34 |
| Hex | 1E | 15 | 96 | 50 | 56 | 0 | 29 | F4 | 4B | 22 |
| Octal | 36 | 25 | 226 | 120 | 126 | 0 | 51 | 364 | 113 | 42 |
| Binary | 11110 | 10101 | 10010110 | 1010000 | 1010110 | 0 | 101001 | 11110100 | 1001011 | 100010 |
Color Harmonies of #1E1596
Complementary color
Monochromatic Colors of #1E1596
Black with #1E1596
Text Example
Text Example
White with #1E1596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1596; }
p { color: rgb(30,21,150); }
H1.HeaderClassName
{
color: #1E1596;
}
.AnyTagClassName
{
color: #1E1596;
}
</style>
background-color css
<style>
a { background-color: #1E1596; }
a { background-color: rgb(30,21,150); }
div.DivClassName
{
background-color: #1E1596;
}
.BgClassName
{
background-color: #1E1596;
}
</style>
border-color css
<style>
span { border-color: #1E1596; }
span { border-color: rgb(30,21,150); }
td.TdClassName
{
border-color: #1E1596;
}
.TagClassName
{
border-color: #1E1596;
}
</style>