Shades of Ultramarine #1E109F
Tints of Ultramarine #1E109F
RGB
CMYK
RGB Variations
Color information
#1E109F (or 0x1E109F) is known color: Ultramarine. HEX triplet: 1E, 10 and 9F. RGB value is (30,16,159). Sum of RGB (Red+Green+Blue) = 30+16+159=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E109F is #E1EF60. Grayscale: #232323. Windows color (decimal): -14806881 or 10424350. OLE color: 10424350.
HSL color Cylindrical-coordinate representation of color #1E109F: hue angle of 245.87º 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 #1E109F is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 16 | 159 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.38 |
| HSL | 245.87º | 0.82% | 0.34% | - |
| HSV(B) | 245.87º | 0.9% | 0.62% | - |
| XYZ | 6.98 | 3.15 | 33.04 | - |
| YUV | 36.49 | 197.14 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 159 | 0.81 | 0.90 | 0 | 0.38 | 245.87 | 0.82 | 0.34 |
| Hex | 1E | 10 | 9F | 51 | 5A | 0 | 26 | F6 | 52 | 22 |
| Octal | 36 | 20 | 237 | 121 | 132 | 0 | 46 | 366 | 122 | 42 |
| Binary | 11110 | 10000 | 10011111 | 1010001 | 1011010 | 0 | 100110 | 11110110 | 1010010 | 100010 |
Color Harmonies of #1E109F
Complementary color
Monochromatic Colors of #1E109F
Black with #1E109F
Text Example
Text Example
White with #1E109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E109F; }
p { color: rgb(30,16,159); }
H1.HeaderClassName
{
color: #1E109F;
}
.AnyTagClassName
{
color: #1E109F;
}
</style>
background-color css
<style>
a { background-color: #1E109F; }
a { background-color: rgb(30,16,159); }
div.DivClassName
{
background-color: #1E109F;
}
.BgClassName
{
background-color: #1E109F;
}
</style>
border-color css
<style>
span { border-color: #1E109F; }
span { border-color: rgb(30,16,159); }
td.TdClassName
{
border-color: #1E109F;
}
.TagClassName
{
border-color: #1E109F;
}
</style>