Shades of Ultramarine #1E0DA4
Tints of Ultramarine #1E0DA4
RGB
CMYK
RGB Variations
Color information
#1E0DA4 (or 0x1E0DA4) is known color: Ultramarine. HEX triplet: 1E, 0D and A4. RGB value is (30,13,164). Sum of RGB (Red+Green+Blue) = 30+13+164=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 164 (64.45% from 255 or 79.23% from 207); Max value from RGB is 164 - color contains mainly: blue. Hex color #1E0DA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0DA4 is #E1F25B. Grayscale: #222222. Windows color (decimal): -14807644 or 10751262. OLE color: 10751262.
HSL color Cylindrical-coordinate representation of color #1E0DA4: hue angle of 246.75º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0DA4 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 13 | 164 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.36 |
| HSL | 246.76º | 0.85% | 0.35% | - |
| HSV(B) | 246.76º | 0.92% | 0.64% | - |
| XYZ | 7.38 | 3.24 | 35.36 | - |
| YUV | 35.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 164 | 0.82 | 0.92 | 0 | 0.36 | 246.76 | 0.85 | 0.35 |
| Hex | 1E | D | A4 | 52 | 5C | 0 | 24 | F7 | 55 | 23 |
| Octal | 36 | 15 | 244 | 122 | 134 | 0 | 44 | 367 | 125 | 43 |
| Binary | 11110 | 1101 | 10100100 | 1010010 | 1011100 | 0 | 100100 | 11110111 | 1010101 | 100011 |
Color Harmonies of #1E0DA4
Complementary color
Monochromatic Colors of #1E0DA4
Black with #1E0DA4
Text Example
Text Example
White with #1E0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0DA4; }
p { color: rgb(30,13,164); }
H1.HeaderClassName
{
color: #1E0DA4;
}
.AnyTagClassName
{
color: #1E0DA4;
}
</style>
background-color css
<style>
a { background-color: #1E0DA4; }
a { background-color: rgb(30,13,164); }
div.DivClassName
{
background-color: #1E0DA4;
}
.BgClassName
{
background-color: #1E0DA4;
}
</style>
border-color css
<style>
span { border-color: #1E0DA4; }
span { border-color: rgb(30,13,164); }
td.TdClassName
{
border-color: #1E0DA4;
}
.TagClassName
{
border-color: #1E0DA4;
}
</style>