Shades of Ultramarine #1E098D
Tints of Ultramarine #1E098D
RGB
CMYK
RGB Variations
Color information
#1E098D (or 0x1E098D) is known color: Ultramarine. HEX triplet: 1E, 09 and 8D. RGB value is (30,9,141). Sum of RGB (Red+Green+Blue) = 30+9+141=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E098D is #E1F672. Grayscale: #1D1D1D. Windows color (decimal): -14808691 or 9242910. OLE color: 9242910.
HSL color Cylindrical-coordinate representation of color #1E098D: hue angle of 249.55º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E098D is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 9 | 141 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.45 |
| HSL | 249.55º | 0.88% | 0.29% | - |
| HSV(B) | 249.55º | 0.94% | 0.55% | - |
| XYZ | 5.44 | 2.39 | 25.37 | - |
| YUV | 30.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 141 | 0.79 | 0.94 | 0 | 0.45 | 249.55 | 0.88 | 0.29 |
| Hex | 1E | 9 | 8D | 4F | 5E | 0 | 2D | FA | 58 | 1D |
| Octal | 36 | 11 | 215 | 117 | 136 | 0 | 55 | 372 | 130 | 35 |
| Binary | 11110 | 1001 | 10001101 | 1001111 | 1011110 | 0 | 101101 | 11111010 | 1011000 | 11101 |
Color Harmonies of #1E098D
Complementary color
Monochromatic Colors of #1E098D
Black with #1E098D
Text Example
Text Example
White with #1E098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E098D; }
p { color: rgb(30,9,141); }
H1.HeaderClassName
{
color: #1E098D;
}
.AnyTagClassName
{
color: #1E098D;
}
</style>
background-color css
<style>
a { background-color: #1E098D; }
a { background-color: rgb(30,9,141); }
div.DivClassName
{
background-color: #1E098D;
}
.BgClassName
{
background-color: #1E098D;
}
</style>
border-color css
<style>
span { border-color: #1E098D; }
span { border-color: rgb(30,9,141); }
td.TdClassName
{
border-color: #1E098D;
}
.TagClassName
{
border-color: #1E098D;
}
</style>