Shades of Ultramarine #1E0AAF
Tints of Ultramarine #1E0AAF
RGB
CMYK
RGB Variations
Color information
#1E0AAF (or 0x1E0AAF) is known color: Ultramarine. HEX triplet: 1E, 0A and AF. RGB value is (30,10,175). Sum of RGB (Red+Green+Blue) = 30+10+175=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E0AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0AAF is #E1F550. Grayscale: #222222. Windows color (decimal): -14808401 or 11471390. OLE color: 11471390.
HSL color Cylindrical-coordinate representation of color #1E0AAF: hue angle of 247.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0AAF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 10 | 175 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.31 |
| HSL | 247.27º | 0.89% | 0.36% | - |
| HSV(B) | 247.27º | 0.94% | 0.69% | - |
| XYZ | 8.38 | 3.59 | 40.81 | - |
| YUV | 34.79 | 207.13 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 175 | 0.83 | 0.94 | 0 | 0.31 | 247.27 | 0.89 | 0.36 |
| Hex | 1E | A | AF | 53 | 5E | 0 | 1F | F7 | 59 | 24 |
| Octal | 36 | 12 | 257 | 123 | 136 | 0 | 37 | 367 | 131 | 44 |
| Binary | 11110 | 1010 | 10101111 | 1010011 | 1011110 | 0 | 11111 | 11110111 | 1011001 | 100100 |
Color Harmonies of #1E0AAF
Complementary color
Monochromatic Colors of #1E0AAF
Black with #1E0AAF
Text Example
Text Example
White with #1E0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0AAF; }
p { color: rgb(30,10,175); }
H1.HeaderClassName
{
color: #1E0AAF;
}
.AnyTagClassName
{
color: #1E0AAF;
}
</style>
background-color css
<style>
a { background-color: #1E0AAF; }
a { background-color: rgb(30,10,175); }
div.DivClassName
{
background-color: #1E0AAF;
}
.BgClassName
{
background-color: #1E0AAF;
}
</style>
border-color css
<style>
span { border-color: #1E0AAF; }
span { border-color: rgb(30,10,175); }
td.TdClassName
{
border-color: #1E0AAF;
}
.TagClassName
{
border-color: #1E0AAF;
}
</style>