Shades of Ultramarine #1E0290
Tints of Ultramarine #1E0290
RGB
CMYK
RGB Variations
Color information
#1E0290 (or 0x1E0290) is known color: Ultramarine. HEX triplet: 1E, 02 and 90. RGB value is (30,2,144). Sum of RGB (Red+Green+Blue) = 30+2+144=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E0290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0290 is #E1FD6F. Grayscale: #1A1A1A. Windows color (decimal): -14810480 or 9437726. OLE color: 9437726.
HSL color Cylindrical-coordinate representation of color #1E0290: hue angle of 251.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0290 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 2 | 144 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.44 |
| HSL | 251.83º | 0.97% | 0.29% | - |
| HSV(B) | 251.83º | 0.99% | 0.56% | - |
| XYZ | 5.59 | 2.33 | 26.54 | - |
| YUV | 26.56 | 194.28 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 144 | 0.79 | 0.99 | 0 | 0.44 | 251.83 | 0.97 | 0.29 |
| Hex | 1E | 2 | 90 | 4F | 63 | 0 | 2C | FC | 61 | 1D |
| Octal | 36 | 2 | 220 | 117 | 143 | 0 | 54 | 374 | 141 | 35 |
| Binary | 11110 | 10 | 10010000 | 1001111 | 1100011 | 0 | 101100 | 11111100 | 1100001 | 11101 |
Color Harmonies of #1E0290
Complementary color
Monochromatic Colors of #1E0290
Black with #1E0290
Text Example
Text Example
White with #1E0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0290; }
p { color: rgb(30,2,144); }
H1.HeaderClassName
{
color: #1E0290;
}
.AnyTagClassName
{
color: #1E0290;
}
</style>
background-color css
<style>
a { background-color: #1E0290; }
a { background-color: rgb(30,2,144); }
div.DivClassName
{
background-color: #1E0290;
}
.BgClassName
{
background-color: #1E0290;
}
</style>
border-color css
<style>
span { border-color: #1E0290; }
span { border-color: rgb(30,2,144); }
td.TdClassName
{
border-color: #1E0290;
}
.TagClassName
{
border-color: #1E0290;
}
</style>