Shades of Ultramarine #1E04A4
Tints of Ultramarine #1E04A4
RGB
CMYK
RGB Variations
Color information
#1E04A4 (or 0x1E04A4) is known color: Ultramarine. HEX triplet: 1E, 04 and A4. RGB value is (30,4,164). Sum of RGB (Red+Green+Blue) = 30+4+164=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 164 (64.45% from 255 or 82.83% from 198); Max value from RGB is 164 - color contains mainly: blue. Hex color #1E04A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E04A4 is #E1FB5B. Grayscale: #1D1D1D. Windows color (decimal): -14809948 or 10748958. OLE color: 10748958.
HSL color Cylindrical-coordinate representation of color #1E04A4: hue angle of 249.75º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E04A4 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 4 | 164 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.36 |
| HSL | 249.75º | 0.95% | 0.33% | - |
| HSV(B) | 249.75º | 0.98% | 0.64% | - |
| XYZ | 7.28 | 3.04 | 35.33 | - |
| YUV | 30.01 | 203.61 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 164 | 0.82 | 0.98 | 0 | 0.36 | 249.75 | 0.95 | 0.33 |
| Hex | 1E | 4 | A4 | 52 | 62 | 0 | 24 | FA | 5F | 21 |
| Octal | 36 | 4 | 244 | 122 | 142 | 0 | 44 | 372 | 137 | 41 |
| Binary | 11110 | 100 | 10100100 | 1010010 | 1100010 | 0 | 100100 | 11111010 | 1011111 | 100001 |
Color Harmonies of #1E04A4
Complementary color
Monochromatic Colors of #1E04A4
Black with #1E04A4
Text Example
Text Example
White with #1E04A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E04A4; }
p { color: rgb(30,4,164); }
H1.HeaderClassName
{
color: #1E04A4;
}
.AnyTagClassName
{
color: #1E04A4;
}
</style>
background-color css
<style>
a { background-color: #1E04A4; }
a { background-color: rgb(30,4,164); }
div.DivClassName
{
background-color: #1E04A4;
}
.BgClassName
{
background-color: #1E04A4;
}
</style>
border-color css
<style>
span { border-color: #1E04A4; }
span { border-color: rgb(30,4,164); }
td.TdClassName
{
border-color: #1E04A4;
}
.TagClassName
{
border-color: #1E04A4;
}
</style>