Shades of Ultramarine #1E1198
Tints of Ultramarine #1E1198
RGB
CMYK
RGB Variations
Color information
#1E1198 (or 0x1E1198) is known color: Ultramarine. HEX triplet: 1E, 11 and 98. RGB value is (30,17,152). Sum of RGB (Red+Green+Blue) = 30+17+152=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E1198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1198 is #E1EE67. Grayscale: #232323. Windows color (decimal): -14806632 or 9965854. OLE color: 9965854.
HSL color Cylindrical-coordinate representation of color #1E1198: hue angle of 245.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E1198 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 17 | 152 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.40 |
| HSL | 245.78º | 0.8% | 0.33% | - |
| HSV(B) | 245.78º | 0.89% | 0.6% | - |
| XYZ | 6.4 | 2.94 | 29.94 | - |
| YUV | 36.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 152 | 0.80 | 0.89 | 0 | 0.40 | 245.78 | 0.8 | 0.33 |
| Hex | 1E | 11 | 98 | 50 | 59 | 0 | 28 | F6 | 50 | 21 |
| Octal | 36 | 21 | 230 | 120 | 131 | 0 | 50 | 366 | 120 | 41 |
| Binary | 11110 | 10001 | 10011000 | 1010000 | 1011001 | 0 | 101000 | 11110110 | 1010000 | 100001 |
Color Harmonies of #1E1198
Complementary color
Monochromatic Colors of #1E1198
Black with #1E1198
Text Example
Text Example
White with #1E1198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1198; }
p { color: rgb(30,17,152); }
H1.HeaderClassName
{
color: #1E1198;
}
.AnyTagClassName
{
color: #1E1198;
}
</style>
background-color css
<style>
a { background-color: #1E1198; }
a { background-color: rgb(30,17,152); }
div.DivClassName
{
background-color: #1E1198;
}
.BgClassName
{
background-color: #1E1198;
}
</style>
border-color css
<style>
span { border-color: #1E1198; }
span { border-color: rgb(30,17,152); }
td.TdClassName
{
border-color: #1E1198;
}
.TagClassName
{
border-color: #1E1198;
}
</style>