Shades of Ultramarine #1E0299
Tints of Ultramarine #1E0299
RGB
CMYK
RGB Variations
Color information
#1E0299 (or 0x1E0299) is known color: Ultramarine. HEX triplet: 1E, 02 and 99. RGB value is (30,2,153). Sum of RGB (Red+Green+Blue) = 30+2+153=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E0299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0299 is #E1FD66. Grayscale: #1B1B1B. Windows color (decimal): -14810471 or 10027550. OLE color: 10027550.
HSL color Cylindrical-coordinate representation of color #1E0299: hue angle of 251.13º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0299 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 30 | 2 | 153 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.4 |
| HSL | 251.13º | 0.97% | 0.3% | - |
| HSV(B) | 251.13º | 0.99% | 0.6% | - |
| XYZ | 6.31 | 2.62 | 30.31 | - |
| YUV | 27.59 | 198.78 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 153 | 0.80 | 0.99 | 0 | 0.4 | 251.13 | 0.97 | 0.3 |
| Hex | 1E | 2 | 99 | 50 | 63 | 0 | 28 | FB | 61 | 1E |
| Octal | 36 | 2 | 231 | 120 | 143 | 0 | 50 | 373 | 141 | 36 |
| Binary | 11110 | 10 | 10011001 | 1010000 | 1100011 | 0 | 101000 | 11111011 | 1100001 | 11110 |
Color Harmonies of #1E0299
Complementary color
Monochromatic Colors of #1E0299
Black with #1E0299
Text Example
Text Example
White with #1E0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0299; }
p { color: rgb(30,2,153); }
H1.HeaderClassName
{
color: #1E0299;
}
.AnyTagClassName
{
color: #1E0299;
}
</style>
background-color css
<style>
a { background-color: #1E0299; }
a { background-color: rgb(30,2,153); }
div.DivClassName
{
background-color: #1E0299;
}
.BgClassName
{
background-color: #1E0299;
}
</style>
border-color css
<style>
span { border-color: #1E0299; }
span { border-color: rgb(30,2,153); }
td.TdClassName
{
border-color: #1E0299;
}
.TagClassName
{
border-color: #1E0299;
}
</style>