Shades of Ultramarine #1E0B95
Tints of Ultramarine #1E0B95
RGB
CMYK
RGB Variations
Color information
#1E0B95 (or 0x1E0B95) is known color: Ultramarine. HEX triplet: 1E, 0B and 95. RGB value is (30,11,149). Sum of RGB (Red+Green+Blue) = 30+11+149=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E0B95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0B95 is #E1F46A. Grayscale: #1F1F1F. Windows color (decimal): -14808171 or 9767710. OLE color: 9767710.
HSL color Cylindrical-coordinate representation of color #1E0B95: hue angle of 248.26º degrees, saturation: 0.86, 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 #1E0B95 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 11 | 149 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.42 |
| HSL | 248.26º | 0.86% | 0.31% | - |
| HSV(B) | 248.26º | 0.93% | 0.58% | - |
| XYZ | 6.08 | 2.69 | 28.63 | - |
| YUV | 32.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 149 | 0.80 | 0.93 | 0 | 0.42 | 248.26 | 0.86 | 0.31 |
| Hex | 1E | B | 95 | 50 | 5D | 0 | 2A | F8 | 56 | 1F |
| Octal | 36 | 13 | 225 | 120 | 135 | 0 | 52 | 370 | 126 | 37 |
| Binary | 11110 | 1011 | 10010101 | 1010000 | 1011101 | 0 | 101010 | 11111000 | 1010110 | 11111 |
Color Harmonies of #1E0B95
Complementary color
Monochromatic Colors of #1E0B95
Black with #1E0B95
Text Example
Text Example
White with #1E0B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B95; }
p { color: rgb(30,11,149); }
H1.HeaderClassName
{
color: #1E0B95;
}
.AnyTagClassName
{
color: #1E0B95;
}
</style>
background-color css
<style>
a { background-color: #1E0B95; }
a { background-color: rgb(30,11,149); }
div.DivClassName
{
background-color: #1E0B95;
}
.BgClassName
{
background-color: #1E0B95;
}
</style>
border-color css
<style>
span { border-color: #1E0B95; }
span { border-color: rgb(30,11,149); }
td.TdClassName
{
border-color: #1E0B95;
}
.TagClassName
{
border-color: #1E0B95;
}
</style>