Shades of Ultramarine #1E19AE
Tints of Ultramarine #1E19AE
RGB
CMYK
RGB Variations
Color information
#1E19AE (or 0x1E19AE) is known color: Ultramarine. HEX triplet: 1E, 19 and AE. RGB value is (30,25,174). Sum of RGB (Red+Green+Blue) = 30+25+174=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 174 (68.36% from 255 or 75.98% from 229); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E19AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E19AE is #E1E651. Grayscale: #2A2A2A. Windows color (decimal): -14804562 or 11409694. OLE color: 11409694.
HSL color Cylindrical-coordinate representation of color #1E19AE: hue angle of 242.01º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E19AE is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 25 | 174 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.32 |
| HSL | 242.01º | 0.75% | 0.39% | - |
| HSV(B) | 242.01º | 0.86% | 0.68% | - |
| XYZ | 8.52 | 4.03 | 40.37 | - |
| YUV | 43.48 | 201.66 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 174 | 0.83 | 0.86 | 0 | 0.32 | 242.01 | 0.75 | 0.39 |
| Hex | 1E | 19 | AE | 53 | 56 | 0 | 20 | F2 | 4B | 27 |
| Octal | 36 | 31 | 256 | 123 | 126 | 0 | 40 | 362 | 113 | 47 |
| Binary | 11110 | 11001 | 10101110 | 1010011 | 1010110 | 0 | 100000 | 11110010 | 1001011 | 100111 |
Color Harmonies of #1E19AE
Complementary color
Monochromatic Colors of #1E19AE
Black with #1E19AE
Text Example
Text Example
White with #1E19AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E19AE; }
p { color: rgb(30,25,174); }
H1.HeaderClassName
{
color: #1E19AE;
}
.AnyTagClassName
{
color: #1E19AE;
}
</style>
background-color css
<style>
a { background-color: #1E19AE; }
a { background-color: rgb(30,25,174); }
div.DivClassName
{
background-color: #1E19AE;
}
.BgClassName
{
background-color: #1E19AE;
}
</style>
border-color css
<style>
span { border-color: #1E19AE; }
span { border-color: rgb(30,25,174); }
td.TdClassName
{
border-color: #1E19AE;
}
.TagClassName
{
border-color: #1E19AE;
}
</style>