Shades of Ultramarine #1E1098
Tints of Ultramarine #1E1098
RGB
CMYK
RGB Variations
Color information
#1E1098 (or 0x1E1098) is known color: Ultramarine. HEX triplet: 1E, 10 and 98. RGB value is (30,16,152). Sum of RGB (Red+Green+Blue) = 30+16+152=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 152 (59.77% from 255 or 76.77% from 198); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E1098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1098 is #E1EF67. Grayscale: #232323. Windows color (decimal): -14806888 or 9965598. OLE color: 9965598.
HSL color Cylindrical-coordinate representation of color #1E1098: hue angle of 246.18º degrees, saturation: 0.81, 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 #1E1098 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 16 | 152 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.40 |
| HSL | 246.18º | 0.81% | 0.33% | - |
| HSV(B) | 246.18º | 0.89% | 0.6% | - |
| XYZ | 6.39 | 2.91 | 29.93 | - |
| YUV | 35.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 152 | 0.80 | 0.89 | 0 | 0.40 | 246.18 | 0.81 | 0.33 |
| Hex | 1E | 10 | 98 | 50 | 59 | 0 | 28 | F6 | 51 | 21 |
| Octal | 36 | 20 | 230 | 120 | 131 | 0 | 50 | 366 | 121 | 41 |
| Binary | 11110 | 10000 | 10011000 | 1010000 | 1011001 | 0 | 101000 | 11110110 | 1010001 | 100001 |
Color Harmonies of #1E1098
Complementary color
Monochromatic Colors of #1E1098
Black with #1E1098
Text Example
Text Example
White with #1E1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1098; }
p { color: rgb(30,16,152); }
H1.HeaderClassName
{
color: #1E1098;
}
.AnyTagClassName
{
color: #1E1098;
}
</style>
background-color css
<style>
a { background-color: #1E1098; }
a { background-color: rgb(30,16,152); }
div.DivClassName
{
background-color: #1E1098;
}
.BgClassName
{
background-color: #1E1098;
}
</style>
border-color css
<style>
span { border-color: #1E1098; }
span { border-color: rgb(30,16,152); }
td.TdClassName
{
border-color: #1E1098;
}
.TagClassName
{
border-color: #1E1098;
}
</style>