Shades of Ultramarine #1E0B90
Tints of Ultramarine #1E0B90
RGB
CMYK
RGB Variations
Color information
#1E0B90 (or 0x1E0B90) is known color: Ultramarine. HEX triplet: 1E, 0B and 90. RGB value is (30,11,144). Sum of RGB (Red+Green+Blue) = 30+11+144=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E0B90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0B90 is #E1F46F. Grayscale: #1F1F1F. Windows color (decimal): -14808176 or 9440030. OLE color: 9440030.
HSL color Cylindrical-coordinate representation of color #1E0B90: hue angle of 248.57º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0B90 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 11 | 144 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.44 |
| HSL | 248.57º | 0.86% | 0.3% | - |
| HSV(B) | 248.57º | 0.92% | 0.56% | - |
| XYZ | 5.69 | 2.53 | 26.57 | - |
| YUV | 31.84 | 191.29 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 144 | 0.79 | 0.92 | 0 | 0.44 | 248.57 | 0.86 | 0.3 |
| Hex | 1E | B | 90 | 4F | 5C | 0 | 2C | F9 | 56 | 1E |
| Octal | 36 | 13 | 220 | 117 | 134 | 0 | 54 | 371 | 126 | 36 |
| Binary | 11110 | 1011 | 10010000 | 1001111 | 1011100 | 0 | 101100 | 11111001 | 1010110 | 11110 |
Color Harmonies of #1E0B90
Complementary color
Monochromatic Colors of #1E0B90
Black with #1E0B90
Text Example
Text Example
White with #1E0B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B90; }
p { color: rgb(30,11,144); }
H1.HeaderClassName
{
color: #1E0B90;
}
.AnyTagClassName
{
color: #1E0B90;
}
</style>
background-color css
<style>
a { background-color: #1E0B90; }
a { background-color: rgb(30,11,144); }
div.DivClassName
{
background-color: #1E0B90;
}
.BgClassName
{
background-color: #1E0B90;
}
</style>
border-color css
<style>
span { border-color: #1E0B90; }
span { border-color: rgb(30,11,144); }
td.TdClassName
{
border-color: #1E0B90;
}
.TagClassName
{
border-color: #1E0B90;
}
</style>