Shades of Ultramarine #1E0096
Tints of Ultramarine #1E0096
RGB
CMYK
RGB Variations
Color information
#1E0096 (or 0x1E0096) is known color: Ultramarine. HEX triplet: 1E, 00 and 96. RGB value is (30,0,150). Sum of RGB (Red+Green+Blue) = 30+0+150=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E0096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0096 is #E1FF69. Grayscale: #191919. Windows color (decimal): -14810986 or 9830430. OLE color: 9830430.
HSL color Cylindrical-coordinate representation of color #1E0096: hue angle of 252º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0096 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 0 | 150 | - |
| CMYK | 0.80 | 1 | 0 | 0.41 |
| HSL | 252º | 1% | 0.29% | - |
| HSV(B) | 252º | 1% | 0.59% | - |
| XYZ | 6.04 | 2.48 | 29.01 | - |
| YUV | 26.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 150 | 0.80 | 1 | 0 | 0.41 | 252 | 1 | 0.29 |
| Hex | 1E | 0 | 96 | 50 | 64 | 0 | 29 | FC | 64 | 1D |
| Octal | 36 | 0 | 226 | 120 | 144 | 0 | 51 | 374 | 144 | 35 |
| Binary | 11110 | 0 | 10010110 | 1010000 | 1100100 | 0 | 101001 | 11111100 | 1100100 | 11101 |
Color Harmonies of #1E0096
Complementary color
Monochromatic Colors of #1E0096
Black with #1E0096
Text Example
Text Example
White with #1E0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0096; }
p { color: rgb(30,0,150); }
H1.HeaderClassName
{
color: #1E0096;
}
.AnyTagClassName
{
color: #1E0096;
}
</style>
background-color css
<style>
a { background-color: #1E0096; }
a { background-color: rgb(30,0,150); }
div.DivClassName
{
background-color: #1E0096;
}
.BgClassName
{
background-color: #1E0096;
}
</style>
border-color css
<style>
span { border-color: #1E0096; }
span { border-color: rgb(30,0,150); }
td.TdClassName
{
border-color: #1E0096;
}
.TagClassName
{
border-color: #1E0096;
}
</style>