Shades of Ultramarine #1E0FAE
Tints of Ultramarine #1E0FAE
RGB
CMYK
RGB Variations
Color information
#1E0FAE (or 0x1E0FAE) is known color: Ultramarine. HEX triplet: 1E, 0F and AE. RGB value is (30,15,174). Sum of RGB (Red+Green+Blue) = 30+15+174=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E0FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0FAE is #E1F051. Grayscale: #242424. Windows color (decimal): -14807122 or 11407134. OLE color: 11407134.
HSL color Cylindrical-coordinate representation of color #1E0FAE: hue angle of 245.66º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0FAE is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 15 | 174 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.32 |
| HSL | 245.66º | 0.84% | 0.37% | - |
| HSV(B) | 245.66º | 0.91% | 0.68% | - |
| XYZ | 8.35 | 3.67 | 40.31 | - |
| YUV | 37.61 | 204.97 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 174 | 0.83 | 0.91 | 0 | 0.32 | 245.66 | 0.84 | 0.37 |
| Hex | 1E | F | AE | 53 | 5B | 0 | 20 | F6 | 54 | 25 |
| Octal | 36 | 17 | 256 | 123 | 133 | 0 | 40 | 366 | 124 | 45 |
| Binary | 11110 | 1111 | 10101110 | 1010011 | 1011011 | 0 | 100000 | 11110110 | 1010100 | 100101 |
Color Harmonies of #1E0FAE
Complementary color
Monochromatic Colors of #1E0FAE
Black with #1E0FAE
Text Example
Text Example
White with #1E0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0FAE; }
p { color: rgb(30,15,174); }
H1.HeaderClassName
{
color: #1E0FAE;
}
.AnyTagClassName
{
color: #1E0FAE;
}
</style>
background-color css
<style>
a { background-color: #1E0FAE; }
a { background-color: rgb(30,15,174); }
div.DivClassName
{
background-color: #1E0FAE;
}
.BgClassName
{
background-color: #1E0FAE;
}
</style>
border-color css
<style>
span { border-color: #1E0FAE; }
span { border-color: rgb(30,15,174); }
td.TdClassName
{
border-color: #1E0FAE;
}
.TagClassName
{
border-color: #1E0FAE;
}
</style>