Shades of Ultramarine #1E079E
Tints of Ultramarine #1E079E
RGB
CMYK
RGB Variations
Color information
#1E079E (or 0x1E079E) is known color: Ultramarine. HEX triplet: 1E, 07 and 9E. RGB value is (30,7,158). Sum of RGB (Red+Green+Blue) = 30+7+158=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 158 (62.11% from 255 or 81.03% from 195); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E079E is #E1F861. Grayscale: #1E1E1E. Windows color (decimal): -14809186 or 10356510. OLE color: 10356510.
HSL color Cylindrical-coordinate representation of color #1E079E: hue angle of 249.14º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E079E is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 7 | 158 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.38 |
| HSL | 249.14º | 0.92% | 0.32% | - |
| HSV(B) | 249.14º | 0.96% | 0.62% | - |
| XYZ | 6.78 | 2.9 | 32.55 | - |
| YUV | 31.09 | 199.62 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 158 | 0.81 | 0.96 | 0 | 0.38 | 249.14 | 0.92 | 0.32 |
| Hex | 1E | 7 | 9E | 51 | 60 | 0 | 26 | F9 | 5C | 20 |
| Octal | 36 | 7 | 236 | 121 | 140 | 0 | 46 | 371 | 134 | 40 |
| Binary | 11110 | 111 | 10011110 | 1010001 | 1100000 | 0 | 100110 | 11111001 | 1011100 | 100000 |
Color Harmonies of #1E079E
Complementary color
Monochromatic Colors of #1E079E
Black with #1E079E
Text Example
Text Example
White with #1E079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E079E; }
p { color: rgb(30,7,158); }
H1.HeaderClassName
{
color: #1E079E;
}
.AnyTagClassName
{
color: #1E079E;
}
</style>
background-color css
<style>
a { background-color: #1E079E; }
a { background-color: rgb(30,7,158); }
div.DivClassName
{
background-color: #1E079E;
}
.BgClassName
{
background-color: #1E079E;
}
</style>
border-color css
<style>
span { border-color: #1E079E; }
span { border-color: rgb(30,7,158); }
td.TdClassName
{
border-color: #1E079E;
}
.TagClassName
{
border-color: #1E079E;
}
</style>