Shades of Ultramarine #1E1A88
Tints of Ultramarine #1E1A88
RGB
CMYK
RGB Variations
Color information
#1E1A88 (or 0x1E1A88) is known color: Ultramarine. HEX triplet: 1E, 1A and 88. RGB value is (30,26,136). Sum of RGB (Red+Green+Blue) = 30+26+136=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E1A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1A88 is #E1E577. Grayscale: #272727. Windows color (decimal): -14804344 or 8919582. OLE color: 8919582.
HSL color Cylindrical-coordinate representation of color #1E1A88: hue angle of 242.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1A88 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 26 | 136 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.47 |
| HSL | 242.18º | 0.68% | 0.32% | - |
| HSV(B) | 242.18º | 0.81% | 0.53% | - |
| XYZ | 5.35 | 2.79 | 23.55 | - |
| YUV | 39.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 136 | 0.78 | 0.81 | 0 | 0.47 | 242.18 | 0.68 | 0.32 |
| Hex | 1E | 1A | 88 | 4E | 51 | 0 | 2F | F2 | 44 | 20 |
| Octal | 36 | 32 | 210 | 116 | 121 | 0 | 57 | 362 | 104 | 40 |
| Binary | 11110 | 11010 | 10001000 | 1001110 | 1010001 | 0 | 101111 | 11110010 | 1000100 | 100000 |
Color Harmonies of #1E1A88
Complementary color
Monochromatic Colors of #1E1A88
Black with #1E1A88
Text Example
Text Example
White with #1E1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A88; }
p { color: rgb(30,26,136); }
H1.HeaderClassName
{
color: #1E1A88;
}
.AnyTagClassName
{
color: #1E1A88;
}
</style>
background-color css
<style>
a { background-color: #1E1A88; }
a { background-color: rgb(30,26,136); }
div.DivClassName
{
background-color: #1E1A88;
}
.BgClassName
{
background-color: #1E1A88;
}
</style>
border-color css
<style>
span { border-color: #1E1A88; }
span { border-color: rgb(30,26,136); }
td.TdClassName
{
border-color: #1E1A88;
}
.TagClassName
{
border-color: #1E1A88;
}
</style>