Shades of Ultramarine #1E108D
Tints of Ultramarine #1E108D
RGB
CMYK
RGB Variations
Color information
#1E108D (or 0x1E108D) is known color: Ultramarine. HEX triplet: 1E, 10 and 8D. RGB value is (30,16,141). Sum of RGB (Red+Green+Blue) = 30+16+141=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E108D is #E1EF72. Grayscale: #212121. Windows color (decimal): -14806899 or 9244702. OLE color: 9244702.
HSL color Cylindrical-coordinate representation of color #1E108D: hue angle of 246.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E108D is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 16 | 141 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.45 |
| HSL | 246.72º | 0.8% | 0.31% | - |
| HSV(B) | 246.72º | 0.89% | 0.55% | - |
| XYZ | 5.53 | 2.57 | 25.4 | - |
| YUV | 34.44 | 188.14 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 141 | 0.79 | 0.89 | 0 | 0.45 | 246.72 | 0.8 | 0.31 |
| Hex | 1E | 10 | 8D | 4F | 59 | 0 | 2D | F7 | 50 | 1F |
| Octal | 36 | 20 | 215 | 117 | 131 | 0 | 55 | 367 | 120 | 37 |
| Binary | 11110 | 10000 | 10001101 | 1001111 | 1011001 | 0 | 101101 | 11110111 | 1010000 | 11111 |
Color Harmonies of #1E108D
Complementary color
Monochromatic Colors of #1E108D
Black with #1E108D
Text Example
Text Example
White with #1E108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E108D; }
p { color: rgb(30,16,141); }
H1.HeaderClassName
{
color: #1E108D;
}
.AnyTagClassName
{
color: #1E108D;
}
</style>
background-color css
<style>
a { background-color: #1E108D; }
a { background-color: rgb(30,16,141); }
div.DivClassName
{
background-color: #1E108D;
}
.BgClassName
{
background-color: #1E108D;
}
</style>
border-color css
<style>
span { border-color: #1E108D; }
span { border-color: rgb(30,16,141); }
td.TdClassName
{
border-color: #1E108D;
}
.TagClassName
{
border-color: #1E108D;
}
</style>