Shades of Ultramarine #1E0B7D
Tints of Ultramarine #1E0B7D
RGB
CMYK
RGB Variations
Color information
#1E0B7D (or 0x1E0B7D) is known color: Ultramarine. HEX triplet: 1E, 0B and 7D. RGB value is (30,11,125). Sum of RGB (Red+Green+Blue) = 30+11+125=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E0B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0B7D is #E1F482. Grayscale: #1D1D1D. Windows color (decimal): -14808195 or 8194846. OLE color: 8194846.
HSL color Cylindrical-coordinate representation of color #1E0B7D: hue angle of 250º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0B7D is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 11 | 125 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.51 |
| HSL | 250º | 0.84% | 0.27% | - |
| HSV(B) | 250º | 0.91% | 0.49% | - |
| XYZ | 4.36 | 2 | 19.56 | - |
| YUV | 29.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 125 | 0.76 | 0.91 | 0 | 0.51 | 250 | 0.84 | 0.27 |
| Hex | 1E | B | 7D | 4C | 5B | 0 | 33 | FA | 54 | 1B |
| Octal | 36 | 13 | 175 | 114 | 133 | 0 | 63 | 372 | 124 | 33 |
| Binary | 11110 | 1011 | 1111101 | 1001100 | 1011011 | 0 | 110011 | 11111010 | 1010100 | 11011 |
Color Harmonies of #1E0B7D
Complementary color
Monochromatic Colors of #1E0B7D
Black with #1E0B7D
Text Example
Text Example
White with #1E0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B7D; }
p { color: rgb(30,11,125); }
H1.HeaderClassName
{
color: #1E0B7D;
}
.AnyTagClassName
{
color: #1E0B7D;
}
</style>
background-color css
<style>
a { background-color: #1E0B7D; }
a { background-color: rgb(30,11,125); }
div.DivClassName
{
background-color: #1E0B7D;
}
.BgClassName
{
background-color: #1E0B7D;
}
</style>
border-color css
<style>
span { border-color: #1E0B7D; }
span { border-color: rgb(30,11,125); }
td.TdClassName
{
border-color: #1E0B7D;
}
.TagClassName
{
border-color: #1E0B7D;
}
</style>