Shades of Ultramarine #1E1298
Tints of Ultramarine #1E1298
RGB
CMYK
RGB Variations
Color information
#1E1298 (or 0x1E1298) is known color: Ultramarine. HEX triplet: 1E, 12 and 98. RGB value is (30,18,152). Sum of RGB (Red+Green+Blue) = 30+18+152=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E1298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1298 is #E1ED67. Grayscale: #242424. Windows color (decimal): -14806376 or 9966110. OLE color: 9966110.
HSL color Cylindrical-coordinate representation of color #1E1298: hue angle of 245.37º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E1298 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 18 | 152 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.40 |
| HSL | 245.37º | 0.79% | 0.33% | - |
| HSV(B) | 245.37º | 0.88% | 0.6% | - |
| XYZ | 6.42 | 2.98 | 29.94 | - |
| YUV | 36.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 152 | 0.80 | 0.88 | 0 | 0.40 | 245.37 | 0.79 | 0.33 |
| Hex | 1E | 12 | 98 | 50 | 58 | 0 | 28 | F5 | 4F | 21 |
| Octal | 36 | 22 | 230 | 120 | 130 | 0 | 50 | 365 | 117 | 41 |
| Binary | 11110 | 10010 | 10011000 | 1010000 | 1011000 | 0 | 101000 | 11110101 | 1001111 | 100001 |
Color Harmonies of #1E1298
Complementary color
Monochromatic Colors of #1E1298
Black with #1E1298
Text Example
Text Example
White with #1E1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1298; }
p { color: rgb(30,18,152); }
H1.HeaderClassName
{
color: #1E1298;
}
.AnyTagClassName
{
color: #1E1298;
}
</style>
background-color css
<style>
a { background-color: #1E1298; }
a { background-color: rgb(30,18,152); }
div.DivClassName
{
background-color: #1E1298;
}
.BgClassName
{
background-color: #1E1298;
}
</style>
border-color css
<style>
span { border-color: #1E1298; }
span { border-color: rgb(30,18,152); }
td.TdClassName
{
border-color: #1E1298;
}
.TagClassName
{
border-color: #1E1298;
}
</style>