Shades of Ultramarine #1E1591
Tints of Ultramarine #1E1591
RGB
CMYK
RGB Variations
Color information
#1E1591 (or 0x1E1591) is known color: Ultramarine. HEX triplet: 1E, 15 and 91. RGB value is (30,21,145). Sum of RGB (Red+Green+Blue) = 30+21+145=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E1591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1591 is #E1EA6E. Grayscale: #252525. Windows color (decimal): -14805615 or 9508126. OLE color: 9508126.
HSL color Cylindrical-coordinate representation of color #1E1591: hue angle of 244.35º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1591 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 21 | 145 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.43 |
| HSL | 244.35º | 0.75% | 0.33% | - |
| HSV(B) | 244.35º | 0.86% | 0.57% | - |
| XYZ | 5.91 | 2.86 | 27.03 | - |
| YUV | 37.83 | 188.48 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 145 | 0.79 | 0.86 | 0 | 0.43 | 244.35 | 0.75 | 0.33 |
| Hex | 1E | 15 | 91 | 4F | 56 | 0 | 2B | F4 | 4B | 21 |
| Octal | 36 | 25 | 221 | 117 | 126 | 0 | 53 | 364 | 113 | 41 |
| Binary | 11110 | 10101 | 10010001 | 1001111 | 1010110 | 0 | 101011 | 11110100 | 1001011 | 100001 |
Color Harmonies of #1E1591
Complementary color
Monochromatic Colors of #1E1591
Black with #1E1591
Text Example
Text Example
White with #1E1591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1591; }
p { color: rgb(30,21,145); }
H1.HeaderClassName
{
color: #1E1591;
}
.AnyTagClassName
{
color: #1E1591;
}
</style>
background-color css
<style>
a { background-color: #1E1591; }
a { background-color: rgb(30,21,145); }
div.DivClassName
{
background-color: #1E1591;
}
.BgClassName
{
background-color: #1E1591;
}
</style>
border-color css
<style>
span { border-color: #1E1591; }
span { border-color: rgb(30,21,145); }
td.TdClassName
{
border-color: #1E1591;
}
.TagClassName
{
border-color: #1E1591;
}
</style>