Shades of Ultramarine #1E1791
Tints of Ultramarine #1E1791
RGB
CMYK
RGB Variations
Color information
#1E1791 (or 0x1E1791) is known color: Ultramarine. HEX triplet: 1E, 17 and 91. RGB value is (30,23,145). Sum of RGB (Red+Green+Blue) = 30+23+145=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E1791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1791 is #E1E86E. Grayscale: #262626. Windows color (decimal): -14805103 or 9508638. OLE color: 9508638.
HSL color Cylindrical-coordinate representation of color #1E1791: hue angle of 243.44º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1791 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 23 | 145 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.43 |
| HSL | 243.44º | 0.73% | 0.33% | - |
| HSV(B) | 243.44º | 0.84% | 0.57% | - |
| XYZ | 5.95 | 2.93 | 27.04 | - |
| YUV | 39 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 145 | 0.79 | 0.84 | 0 | 0.43 | 243.44 | 0.73 | 0.33 |
| Hex | 1E | 17 | 91 | 4F | 54 | 0 | 2B | F3 | 49 | 21 |
| Octal | 36 | 27 | 221 | 117 | 124 | 0 | 53 | 363 | 111 | 41 |
| Binary | 11110 | 10111 | 10010001 | 1001111 | 1010100 | 0 | 101011 | 11110011 | 1001001 | 100001 |
Color Harmonies of #1E1791
Complementary color
Monochromatic Colors of #1E1791
Black with #1E1791
Text Example
Text Example
White with #1E1791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1791; }
p { color: rgb(30,23,145); }
H1.HeaderClassName
{
color: #1E1791;
}
.AnyTagClassName
{
color: #1E1791;
}
</style>
background-color css
<style>
a { background-color: #1E1791; }
a { background-color: rgb(30,23,145); }
div.DivClassName
{
background-color: #1E1791;
}
.BgClassName
{
background-color: #1E1791;
}
</style>
border-color css
<style>
span { border-color: #1E1791; }
span { border-color: rgb(30,23,145); }
td.TdClassName
{
border-color: #1E1791;
}
.TagClassName
{
border-color: #1E1791;
}
</style>