Shades of Ultramarine #1E0B83
Tints of Ultramarine #1E0B83
RGB
CMYK
RGB Variations
Color information
#1E0B83 (or 0x1E0B83) is known color: Ultramarine. HEX triplet: 1E, 0B and 83. RGB value is (30,11,131). Sum of RGB (Red+Green+Blue) = 30+11+131=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 131 (51.56% from 255 or 76.16% from 172); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E0B83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0B83 is #E1F47C. Grayscale: #1D1D1D. Windows color (decimal): -14808189 or 8588062. OLE color: 8588062.
HSL color Cylindrical-coordinate representation of color #1E0B83: hue angle of 249.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0B83 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 11 | 131 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.49 |
| HSL | 249.5º | 0.85% | 0.28% | - |
| HSV(B) | 249.5º | 0.92% | 0.51% | - |
| XYZ | 4.75 | 2.15 | 21.64 | - |
| YUV | 30.36 | 184.79 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 131 | 0.77 | 0.92 | 0 | 0.49 | 249.5 | 0.85 | 0.28 |
| Hex | 1E | B | 83 | 4D | 5C | 0 | 31 | FA | 55 | 1C |
| Octal | 36 | 13 | 203 | 115 | 134 | 0 | 61 | 372 | 125 | 34 |
| Binary | 11110 | 1011 | 10000011 | 1001101 | 1011100 | 0 | 110001 | 11111010 | 1010101 | 11100 |
Color Harmonies of #1E0B83
Complementary color
Monochromatic Colors of #1E0B83
Black with #1E0B83
Text Example
Text Example
White with #1E0B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B83; }
p { color: rgb(30,11,131); }
H1.HeaderClassName
{
color: #1E0B83;
}
.AnyTagClassName
{
color: #1E0B83;
}
</style>
background-color css
<style>
a { background-color: #1E0B83; }
a { background-color: rgb(30,11,131); }
div.DivClassName
{
background-color: #1E0B83;
}
.BgClassName
{
background-color: #1E0B83;
}
</style>
border-color css
<style>
span { border-color: #1E0B83; }
span { border-color: rgb(30,11,131); }
td.TdClassName
{
border-color: #1E0B83;
}
.TagClassName
{
border-color: #1E0B83;
}
</style>