Shades of Ultramarine #1E189E
Tints of Ultramarine #1E189E
RGB
CMYK
RGB Variations
Color information
#1E189E (or 0x1E189E) is known color: Ultramarine. HEX triplet: 1E, 18 and 9E. RGB value is (30,24,158). Sum of RGB (Red+Green+Blue) = 30+24+158=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E189E is #E1E761. Grayscale: #282828. Windows color (decimal): -14804834 or 10360862. OLE color: 10360862.
HSL color Cylindrical-coordinate representation of color #1E189E: hue angle of 242.69º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E189E is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 24 | 158 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.38 |
| HSL | 242.69º | 0.74% | 0.36% | - |
| HSV(B) | 242.69º | 0.85% | 0.62% | - |
| XYZ | 7.03 | 3.4 | 32.63 | - |
| YUV | 41.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 158 | 0.81 | 0.85 | 0 | 0.38 | 242.69 | 0.74 | 0.36 |
| Hex | 1E | 18 | 9E | 51 | 55 | 0 | 26 | F3 | 4A | 24 |
| Octal | 36 | 30 | 236 | 121 | 125 | 0 | 46 | 363 | 112 | 44 |
| Binary | 11110 | 11000 | 10011110 | 1010001 | 1010101 | 0 | 100110 | 11110011 | 1001010 | 100100 |
Color Harmonies of #1E189E
Complementary color
Monochromatic Colors of #1E189E
Black with #1E189E
Text Example
Text Example
White with #1E189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E189E; }
p { color: rgb(30,24,158); }
H1.HeaderClassName
{
color: #1E189E;
}
.AnyTagClassName
{
color: #1E189E;
}
</style>
background-color css
<style>
a { background-color: #1E189E; }
a { background-color: rgb(30,24,158); }
div.DivClassName
{
background-color: #1E189E;
}
.BgClassName
{
background-color: #1E189E;
}
</style>
border-color css
<style>
span { border-color: #1E189E; }
span { border-color: rgb(30,24,158); }
td.TdClassName
{
border-color: #1E189E;
}
.TagClassName
{
border-color: #1E189E;
}
</style>