Shades of Ultramarine #1E0A94
Tints of Ultramarine #1E0A94
RGB
CMYK
RGB Variations
Color information
#1E0A94 (or 0x1E0A94) is known color: Ultramarine. HEX triplet: 1E, 0A and 94. RGB value is (30,10,148). Sum of RGB (Red+Green+Blue) = 30+10+148=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E0A94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0A94 is #E1F56B. Grayscale: #1F1F1F. Windows color (decimal): -14808428 or 9701918. OLE color: 9701918.
HSL color Cylindrical-coordinate representation of color #1E0A94: hue angle of 248.7º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0A94 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 10 | 148 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.42 |
| HSL | 248.7º | 0.87% | 0.31% | - |
| HSV(B) | 248.7º | 0.93% | 0.58% | - |
| XYZ | 5.99 | 2.63 | 28.21 | - |
| YUV | 31.71 | 193.63 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 148 | 0.80 | 0.93 | 0 | 0.42 | 248.7 | 0.87 | 0.31 |
| Hex | 1E | A | 94 | 50 | 5D | 0 | 2A | F9 | 57 | 1F |
| Octal | 36 | 12 | 224 | 120 | 135 | 0 | 52 | 371 | 127 | 37 |
| Binary | 11110 | 1010 | 10010100 | 1010000 | 1011101 | 0 | 101010 | 11111001 | 1010111 | 11111 |
Color Harmonies of #1E0A94
Complementary color
Monochromatic Colors of #1E0A94
Black with #1E0A94
Text Example
Text Example
White with #1E0A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A94; }
p { color: rgb(30,10,148); }
H1.HeaderClassName
{
color: #1E0A94;
}
.AnyTagClassName
{
color: #1E0A94;
}
</style>
background-color css
<style>
a { background-color: #1E0A94; }
a { background-color: rgb(30,10,148); }
div.DivClassName
{
background-color: #1E0A94;
}
.BgClassName
{
background-color: #1E0A94;
}
</style>
border-color css
<style>
span { border-color: #1E0A94; }
span { border-color: rgb(30,10,148); }
td.TdClassName
{
border-color: #1E0A94;
}
.TagClassName
{
border-color: #1E0A94;
}
</style>