Shades of Ultramarine #1E188B
Tints of Ultramarine #1E188B
RGB
CMYK
RGB Variations
Color information
#1E188B (or 0x1E188B) is known color: Ultramarine. HEX triplet: 1E, 18 and 8B. RGB value is (30,24,139). Sum of RGB (Red+Green+Blue) = 30+24+139=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E188B is #E1E774. Grayscale: #262626. Windows color (decimal): -14804853 or 9115678. OLE color: 9115678.
HSL color Cylindrical-coordinate representation of color #1E188B: hue angle of 243.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E188B is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 24 | 139 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.45 |
| HSL | 243.13º | 0.71% | 0.32% | - |
| HSV(B) | 243.13º | 0.83% | 0.55% | - |
| XYZ | 5.52 | 2.79 | 24.67 | - |
| YUV | 38.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 139 | 0.78 | 0.83 | 0 | 0.45 | 243.13 | 0.71 | 0.32 |
| Hex | 1E | 18 | 8B | 4E | 53 | 0 | 2D | F3 | 47 | 20 |
| Octal | 36 | 30 | 213 | 116 | 123 | 0 | 55 | 363 | 107 | 40 |
| Binary | 11110 | 11000 | 10001011 | 1001110 | 1010011 | 0 | 101101 | 11110011 | 1000111 | 100000 |
Color Harmonies of #1E188B
Complementary color
Monochromatic Colors of #1E188B
Black with #1E188B
Text Example
Text Example
White with #1E188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E188B; }
p { color: rgb(30,24,139); }
H1.HeaderClassName
{
color: #1E188B;
}
.AnyTagClassName
{
color: #1E188B;
}
</style>
background-color css
<style>
a { background-color: #1E188B; }
a { background-color: rgb(30,24,139); }
div.DivClassName
{
background-color: #1E188B;
}
.BgClassName
{
background-color: #1E188B;
}
</style>
border-color css
<style>
span { border-color: #1E188B; }
span { border-color: rgb(30,24,139); }
td.TdClassName
{
border-color: #1E188B;
}
.TagClassName
{
border-color: #1E188B;
}
</style>