Shades of Ultramarine #1E0588
Tints of Ultramarine #1E0588
RGB
CMYK
RGB Variations
Color information
#1E0588 (or 0x1E0588) is known color: Ultramarine. HEX triplet: 1E, 05 and 88. RGB value is (30,5,136). Sum of RGB (Red+Green+Blue) = 30+5+136=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 136 (53.52% from 255 or 79.53% from 171); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0588 is #E1FA77. Grayscale: #1A1A1A. Windows color (decimal): -14809720 or 8914206. OLE color: 8914206.
HSL color Cylindrical-coordinate representation of color #1E0588: hue angle of 251.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0588 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 5 | 136 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.47 |
| HSL | 251.45º | 0.93% | 0.28% | - |
| HSV(B) | 251.45º | 0.96% | 0.53% | - |
| XYZ | 5.03 | 2.16 | 23.44 | - |
| YUV | 27.41 | 189.28 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 136 | 0.78 | 0.96 | 0 | 0.47 | 251.45 | 0.93 | 0.28 |
| Hex | 1E | 5 | 88 | 4E | 60 | 0 | 2F | FB | 5D | 1C |
| Octal | 36 | 5 | 210 | 116 | 140 | 0 | 57 | 373 | 135 | 34 |
| Binary | 11110 | 101 | 10001000 | 1001110 | 1100000 | 0 | 101111 | 11111011 | 1011101 | 11100 |
Color Harmonies of #1E0588
Complementary color
Monochromatic Colors of #1E0588
Black with #1E0588
Text Example
Text Example
White with #1E0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0588; }
p { color: rgb(30,5,136); }
H1.HeaderClassName
{
color: #1E0588;
}
.AnyTagClassName
{
color: #1E0588;
}
</style>
background-color css
<style>
a { background-color: #1E0588; }
a { background-color: rgb(30,5,136); }
div.DivClassName
{
background-color: #1E0588;
}
.BgClassName
{
background-color: #1E0588;
}
</style>
border-color css
<style>
span { border-color: #1E0588; }
span { border-color: rgb(30,5,136); }
td.TdClassName
{
border-color: #1E0588;
}
.TagClassName
{
border-color: #1E0588;
}
</style>