Shades of Ultramarine #1E189B
Tints of Ultramarine #1E189B
RGB
CMYK
RGB Variations
Color information
#1E189B (or 0x1E189B) is known color: Ultramarine. HEX triplet: 1E, 18 and 9B. RGB value is (30,24,155). Sum of RGB (Red+Green+Blue) = 30+24+155=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E189B is #E1E764. Grayscale: #282828. Windows color (decimal): -14804837 or 10164254. OLE color: 10164254.
HSL color Cylindrical-coordinate representation of color #1E189B: hue angle of 242.75º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E189B is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 24 | 155 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.39 |
| HSL | 242.75º | 0.73% | 0.35% | - |
| HSV(B) | 242.75º | 0.85% | 0.61% | - |
| XYZ | 6.78 | 3.3 | 31.29 | - |
| YUV | 40.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 155 | 0.81 | 0.85 | 0 | 0.39 | 242.75 | 0.73 | 0.35 |
| Hex | 1E | 18 | 9B | 51 | 55 | 0 | 27 | F3 | 49 | 23 |
| Octal | 36 | 30 | 233 | 121 | 125 | 0 | 47 | 363 | 111 | 43 |
| Binary | 11110 | 11000 | 10011011 | 1010001 | 1010101 | 0 | 100111 | 11110011 | 1001001 | 100011 |
Color Harmonies of #1E189B
Complementary color
Monochromatic Colors of #1E189B
Black with #1E189B
Text Example
Text Example
White with #1E189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E189B; }
p { color: rgb(30,24,155); }
H1.HeaderClassName
{
color: #1E189B;
}
.AnyTagClassName
{
color: #1E189B;
}
</style>
background-color css
<style>
a { background-color: #1E189B; }
a { background-color: rgb(30,24,155); }
div.DivClassName
{
background-color: #1E189B;
}
.BgClassName
{
background-color: #1E189B;
}
</style>
border-color css
<style>
span { border-color: #1E189B; }
span { border-color: rgb(30,24,155); }
td.TdClassName
{
border-color: #1E189B;
}
.TagClassName
{
border-color: #1E189B;
}
</style>