Shades of Ultramarine #1E1790
Tints of Ultramarine #1E1790
RGB
CMYK
RGB Variations
Color information
#1E1790 (or 0x1E1790) is known color: Ultramarine. HEX triplet: 1E, 17 and 90. RGB value is (30,23,144). Sum of RGB (Red+Green+Blue) = 30+23+144=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1790 is #E1E86F. Grayscale: #262626. Windows color (decimal): -14805104 or 9443102. OLE color: 9443102.
HSL color Cylindrical-coordinate representation of color #1E1790: hue angle of 243.47º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1790 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 23 | 144 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.44 |
| HSL | 243.47º | 0.72% | 0.33% | - |
| HSV(B) | 243.47º | 0.84% | 0.56% | - |
| XYZ | 5.88 | 2.9 | 26.64 | - |
| YUV | 38.89 | 187.32 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 144 | 0.79 | 0.84 | 0 | 0.44 | 243.47 | 0.72 | 0.33 |
| Hex | 1E | 17 | 90 | 4F | 54 | 0 | 2C | F3 | 48 | 21 |
| Octal | 36 | 27 | 220 | 117 | 124 | 0 | 54 | 363 | 110 | 41 |
| Binary | 11110 | 10111 | 10010000 | 1001111 | 1010100 | 0 | 101100 | 11110011 | 1001000 | 100001 |
Color Harmonies of #1E1790
Complementary color
Monochromatic Colors of #1E1790
Black with #1E1790
Text Example
Text Example
White with #1E1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1790; }
p { color: rgb(30,23,144); }
H1.HeaderClassName
{
color: #1E1790;
}
.AnyTagClassName
{
color: #1E1790;
}
</style>
background-color css
<style>
a { background-color: #1E1790; }
a { background-color: rgb(30,23,144); }
div.DivClassName
{
background-color: #1E1790;
}
.BgClassName
{
background-color: #1E1790;
}
</style>
border-color css
<style>
span { border-color: #1E1790; }
span { border-color: rgb(30,23,144); }
td.TdClassName
{
border-color: #1E1790;
}
.TagClassName
{
border-color: #1E1790;
}
</style>