Shades of Ultramarine #1E128D
Tints of Ultramarine #1E128D
RGB
CMYK
RGB Variations
Color information
#1E128D (or 0x1E128D) is known color: Ultramarine. HEX triplet: 1E, 12 and 8D. RGB value is (30,18,141). Sum of RGB (Red+Green+Blue) = 30+18+141=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E128D is #E1ED72. Grayscale: #232323. Windows color (decimal): -14806387 or 9245214. OLE color: 9245214.
HSL color Cylindrical-coordinate representation of color #1E128D: hue angle of 245.85º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E128D is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 18 | 141 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.45 |
| HSL | 245.85º | 0.77% | 0.31% | - |
| HSV(B) | 245.85º | 0.87% | 0.55% | - |
| XYZ | 5.56 | 2.63 | 25.41 | - |
| YUV | 35.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 141 | 0.79 | 0.87 | 0 | 0.45 | 245.85 | 0.77 | 0.31 |
| Hex | 1E | 12 | 8D | 4F | 57 | 0 | 2D | F6 | 4D | 1F |
| Octal | 36 | 22 | 215 | 117 | 127 | 0 | 55 | 366 | 115 | 37 |
| Binary | 11110 | 10010 | 10001101 | 1001111 | 1010111 | 0 | 101101 | 11110110 | 1001101 | 11111 |
Color Harmonies of #1E128D
Complementary color
Monochromatic Colors of #1E128D
Black with #1E128D
Text Example
Text Example
White with #1E128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E128D; }
p { color: rgb(30,18,141); }
H1.HeaderClassName
{
color: #1E128D;
}
.AnyTagClassName
{
color: #1E128D;
}
</style>
background-color css
<style>
a { background-color: #1E128D; }
a { background-color: rgb(30,18,141); }
div.DivClassName
{
background-color: #1E128D;
}
.BgClassName
{
background-color: #1E128D;
}
</style>
border-color css
<style>
span { border-color: #1E128D; }
span { border-color: rgb(30,18,141); }
td.TdClassName
{
border-color: #1E128D;
}
.TagClassName
{
border-color: #1E128D;
}
</style>