Shades of Ultramarine #1E119D
Tints of Ultramarine #1E119D
RGB
CMYK
RGB Variations
Color information
#1E119D (or 0x1E119D) is known color: Ultramarine. HEX triplet: 1E, 11 and 9D. RGB value is (30,17,157). Sum of RGB (Red+Green+Blue) = 30+17+157=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E119D is #E1EE62. Grayscale: #242424. Windows color (decimal): -14806627 or 10293534. OLE color: 10293534.
HSL color Cylindrical-coordinate representation of color #1E119D: hue angle of 245.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E119D is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 17 | 157 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.38 |
| HSL | 245.57º | 0.8% | 0.34% | - |
| HSV(B) | 245.57º | 0.89% | 0.62% | - |
| XYZ | 6.82 | 3.11 | 32.14 | - |
| YUV | 36.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 157 | 0.81 | 0.89 | 0 | 0.38 | 245.57 | 0.8 | 0.34 |
| Hex | 1E | 11 | 9D | 51 | 59 | 0 | 26 | F6 | 50 | 22 |
| Octal | 36 | 21 | 235 | 121 | 131 | 0 | 46 | 366 | 120 | 42 |
| Binary | 11110 | 10001 | 10011101 | 1010001 | 1011001 | 0 | 100110 | 11110110 | 1010000 | 100010 |
Color Harmonies of #1E119D
Complementary color
Monochromatic Colors of #1E119D
Black with #1E119D
Text Example
Text Example
White with #1E119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E119D; }
p { color: rgb(30,17,157); }
H1.HeaderClassName
{
color: #1E119D;
}
.AnyTagClassName
{
color: #1E119D;
}
</style>
background-color css
<style>
a { background-color: #1E119D; }
a { background-color: rgb(30,17,157); }
div.DivClassName
{
background-color: #1E119D;
}
.BgClassName
{
background-color: #1E119D;
}
</style>
border-color css
<style>
span { border-color: #1E119D; }
span { border-color: rgb(30,17,157); }
td.TdClassName
{
border-color: #1E119D;
}
.TagClassName
{
border-color: #1E119D;
}
</style>