Shades of Ultramarine #1E1998
Tints of Ultramarine #1E1998
RGB
CMYK
RGB Variations
Color information
#1E1998 (or 0x1E1998) is known color: Ultramarine. HEX triplet: 1E, 19 and 98. RGB value is (30,25,152). Sum of RGB (Red+Green+Blue) = 30+25+152=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E1998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1998 is #E1E667. Grayscale: #282828. Windows color (decimal): -14804584 or 9967902. OLE color: 9967902.
HSL color Cylindrical-coordinate representation of color #1E1998: hue angle of 242.36º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1998 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 25 | 152 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.40 |
| HSL | 242.36º | 0.72% | 0.35% | - |
| HSV(B) | 242.36º | 0.84% | 0.6% | - |
| XYZ | 6.55 | 3.24 | 29.99 | - |
| YUV | 40.97 | 190.66 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 152 | 0.80 | 0.84 | 0 | 0.40 | 242.36 | 0.72 | 0.35 |
| Hex | 1E | 19 | 98 | 50 | 54 | 0 | 28 | F2 | 48 | 23 |
| Octal | 36 | 31 | 230 | 120 | 124 | 0 | 50 | 362 | 110 | 43 |
| Binary | 11110 | 11001 | 10011000 | 1010000 | 1010100 | 0 | 101000 | 11110010 | 1001000 | 100011 |
Color Harmonies of #1E1998
Complementary color
Monochromatic Colors of #1E1998
Black with #1E1998
Text Example
Text Example
White with #1E1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1998; }
p { color: rgb(30,25,152); }
H1.HeaderClassName
{
color: #1E1998;
}
.AnyTagClassName
{
color: #1E1998;
}
</style>
background-color css
<style>
a { background-color: #1E1998; }
a { background-color: rgb(30,25,152); }
div.DivClassName
{
background-color: #1E1998;
}
.BgClassName
{
background-color: #1E1998;
}
</style>
border-color css
<style>
span { border-color: #1E1998; }
span { border-color: rgb(30,25,152); }
td.TdClassName
{
border-color: #1E1998;
}
.TagClassName
{
border-color: #1E1998;
}
</style>