Shades of Ultramarine #1E13AA
Tints of Ultramarine #1E13AA
RGB
CMYK
RGB Variations
Color information
#1E13AA (or 0x1E13AA) is known color: Ultramarine. HEX triplet: 1E, 13 and AA. RGB value is (30,19,170). Sum of RGB (Red+Green+Blue) = 30+19+170=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E13AA is #E1EC55. Grayscale: #262626. Windows color (decimal): -14806102 or 11146014. OLE color: 11146014.
HSL color Cylindrical-coordinate representation of color #1E13AA: hue angle of 244.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E13AA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 19 | 170 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.33 |
| HSL | 244.37º | 0.8% | 0.37% | - |
| HSV(B) | 244.37º | 0.89% | 0.67% | - |
| XYZ | 8.02 | 3.64 | 38.31 | - |
| YUV | 39.5 | 201.64 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 170 | 0.82 | 0.89 | 0 | 0.33 | 244.37 | 0.8 | 0.37 |
| Hex | 1E | 13 | AA | 52 | 59 | 0 | 21 | F4 | 50 | 25 |
| Octal | 36 | 23 | 252 | 122 | 131 | 0 | 41 | 364 | 120 | 45 |
| Binary | 11110 | 10011 | 10101010 | 1010010 | 1011001 | 0 | 100001 | 11110100 | 1010000 | 100101 |
Color Harmonies of #1E13AA
Complementary color
Monochromatic Colors of #1E13AA
Black with #1E13AA
Text Example
Text Example
White with #1E13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E13AA; }
p { color: rgb(30,19,170); }
H1.HeaderClassName
{
color: #1E13AA;
}
.AnyTagClassName
{
color: #1E13AA;
}
</style>
background-color css
<style>
a { background-color: #1E13AA; }
a { background-color: rgb(30,19,170); }
div.DivClassName
{
background-color: #1E13AA;
}
.BgClassName
{
background-color: #1E13AA;
}
</style>
border-color css
<style>
span { border-color: #1E13AA; }
span { border-color: rgb(30,19,170); }
td.TdClassName
{
border-color: #1E13AA;
}
.TagClassName
{
border-color: #1E13AA;
}
</style>