Shades of Ultramarine #1E209D
Tints of Ultramarine #1E209D
RGB
CMYK
RGB Variations
Color information
#1E209D (or 0x1E209D) is known color: Ultramarine. HEX triplet: 1E, 20 and 9D. RGB value is (30,32,157). Sum of RGB (Red+Green+Blue) = 30+32+157=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E209D is #E1DF62. Grayscale: #2D2D2D. Windows color (decimal): -14802787 or 10297374. OLE color: 10297374.
HSL color Cylindrical-coordinate representation of color #1E209D: hue angle of 239.06º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E209D is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 32 | 157 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.38 |
| HSL | 239.06º | 0.68% | 0.37% | - |
| HSV(B) | 239.06º | 0.81% | 0.62% | - |
| XYZ | 7.14 | 3.74 | 32.24 | - |
| YUV | 45.65 | 190.84 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 157 | 0.81 | 0.80 | 0 | 0.38 | 239.06 | 0.68 | 0.37 |
| Hex | 1E | 20 | 9D | 51 | 50 | 0 | 26 | EF | 44 | 25 |
| Octal | 36 | 40 | 235 | 121 | 120 | 0 | 46 | 357 | 104 | 45 |
| Binary | 11110 | 100000 | 10011101 | 1010001 | 1010000 | 0 | 100110 | 11101111 | 1000100 | 100101 |
Color Harmonies of #1E209D
Complementary color
Monochromatic Colors of #1E209D
Black with #1E209D
Text Example
Text Example
White with #1E209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E209D; }
p { color: rgb(30,32,157); }
H1.HeaderClassName
{
color: #1E209D;
}
.AnyTagClassName
{
color: #1E209D;
}
</style>
background-color css
<style>
a { background-color: #1E209D; }
a { background-color: rgb(30,32,157); }
div.DivClassName
{
background-color: #1E209D;
}
.BgClassName
{
background-color: #1E209D;
}
</style>
border-color css
<style>
span { border-color: #1E209D; }
span { border-color: rgb(30,32,157); }
td.TdClassName
{
border-color: #1E209D;
}
.TagClassName
{
border-color: #1E209D;
}
</style>