Shades of Ultramarine #1E2196
Tints of Ultramarine #1E2196
RGB
CMYK
RGB Variations
Color information
#1E2196 (or 0x1E2196) is known color: Ultramarine. HEX triplet: 1E, 21 and 96. RGB value is (30,33,150). Sum of RGB (Red+Green+Blue) = 30+33+150=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E2196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2196 is #E1DE69. Grayscale: #2C2C2C. Windows color (decimal): -14802538 or 9838878. OLE color: 9838878.
HSL color Cylindrical-coordinate representation of color #1E2196: hue angle of 238.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2196 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 33 | 150 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.41 |
| HSL | 238.5º | 0.67% | 0.35% | - |
| HSV(B) | 238.5º | 0.8% | 0.59% | - |
| XYZ | 6.58 | 3.57 | 29.2 | - |
| YUV | 45.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 150 | 0.80 | 0.78 | 0 | 0.41 | 238.5 | 0.67 | 0.35 |
| Hex | 1E | 21 | 96 | 50 | 4E | 0 | 29 | EE | 43 | 23 |
| Octal | 36 | 41 | 226 | 120 | 116 | 0 | 51 | 356 | 103 | 43 |
| Binary | 11110 | 100001 | 10010110 | 1010000 | 1001110 | 0 | 101001 | 11101110 | 1000011 | 100011 |
Color Harmonies of #1E2196
Complementary color
Monochromatic Colors of #1E2196
Black with #1E2196
Text Example
Text Example
White with #1E2196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2196; }
p { color: rgb(30,33,150); }
H1.HeaderClassName
{
color: #1E2196;
}
.AnyTagClassName
{
color: #1E2196;
}
</style>
background-color css
<style>
a { background-color: #1E2196; }
a { background-color: rgb(30,33,150); }
div.DivClassName
{
background-color: #1E2196;
}
.BgClassName
{
background-color: #1E2196;
}
</style>
border-color css
<style>
span { border-color: #1E2196; }
span { border-color: rgb(30,33,150); }
td.TdClassName
{
border-color: #1E2196;
}
.TagClassName
{
border-color: #1E2196;
}
</style>