Shades of Ultramarine #1E109E
Tints of Ultramarine #1E109E
RGB
CMYK
RGB Variations
Color information
#1E109E (or 0x1E109E) is known color: Ultramarine. HEX triplet: 1E, 10 and 9E. RGB value is (30,16,158). Sum of RGB (Red+Green+Blue) = 30+16+158=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E109E is #E1EF61. Grayscale: #232323. Windows color (decimal): -14806882 or 10358814. OLE color: 10358814.
HSL color Cylindrical-coordinate representation of color #1E109E: hue angle of 245.92º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E109E is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 16 | 158 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.38 |
| HSL | 245.92º | 0.82% | 0.34% | - |
| HSV(B) | 245.92º | 0.9% | 0.62% | - |
| XYZ | 6.89 | 3.12 | 32.59 | - |
| YUV | 36.37 | 196.64 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 158 | 0.81 | 0.90 | 0 | 0.38 | 245.92 | 0.82 | 0.34 |
| Hex | 1E | 10 | 9E | 51 | 5A | 0 | 26 | F6 | 52 | 22 |
| Octal | 36 | 20 | 236 | 121 | 132 | 0 | 46 | 366 | 122 | 42 |
| Binary | 11110 | 10000 | 10011110 | 1010001 | 1011010 | 0 | 100110 | 11110110 | 1010010 | 100010 |
Color Harmonies of #1E109E
Complementary color
Monochromatic Colors of #1E109E
Black with #1E109E
Text Example
Text Example
White with #1E109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E109E; }
p { color: rgb(30,16,158); }
H1.HeaderClassName
{
color: #1E109E;
}
.AnyTagClassName
{
color: #1E109E;
}
</style>
background-color css
<style>
a { background-color: #1E109E; }
a { background-color: rgb(30,16,158); }
div.DivClassName
{
background-color: #1E109E;
}
.BgClassName
{
background-color: #1E109E;
}
</style>
border-color css
<style>
span { border-color: #1E109E; }
span { border-color: rgb(30,16,158); }
td.TdClassName
{
border-color: #1E109E;
}
.TagClassName
{
border-color: #1E109E;
}
</style>