Shades of Ultramarine #1E199B
Tints of Ultramarine #1E199B
RGB
CMYK
RGB Variations
Color information
#1E199B (or 0x1E199B) is known color: Ultramarine. HEX triplet: 1E, 19 and 9B. RGB value is (30,25,155). Sum of RGB (Red+Green+Blue) = 30+25+155=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E199B is #E1E664. Grayscale: #282828. Windows color (decimal): -14804581 or 10164510. OLE color: 10164510.
HSL color Cylindrical-coordinate representation of color #1E199B: hue angle of 242.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E199B is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 25 | 155 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.39 |
| HSL | 242.31º | 0.72% | 0.35% | - |
| HSV(B) | 242.31º | 0.84% | 0.61% | - |
| XYZ | 6.8 | 3.34 | 31.3 | - |
| YUV | 41.32 | 192.16 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 155 | 0.81 | 0.84 | 0 | 0.39 | 242.31 | 0.72 | 0.35 |
| Hex | 1E | 19 | 9B | 51 | 54 | 0 | 27 | F2 | 48 | 23 |
| Octal | 36 | 31 | 233 | 121 | 124 | 0 | 47 | 362 | 110 | 43 |
| Binary | 11110 | 11001 | 10011011 | 1010001 | 1010100 | 0 | 100111 | 11110010 | 1001000 | 100011 |
Color Harmonies of #1E199B
Complementary color
Monochromatic Colors of #1E199B
Black with #1E199B
Text Example
Text Example
White with #1E199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E199B; }
p { color: rgb(30,25,155); }
H1.HeaderClassName
{
color: #1E199B;
}
.AnyTagClassName
{
color: #1E199B;
}
</style>
background-color css
<style>
a { background-color: #1E199B; }
a { background-color: rgb(30,25,155); }
div.DivClassName
{
background-color: #1E199B;
}
.BgClassName
{
background-color: #1E199B;
}
</style>
border-color css
<style>
span { border-color: #1E199B; }
span { border-color: rgb(30,25,155); }
td.TdClassName
{
border-color: #1E199B;
}
.TagClassName
{
border-color: #1E199B;
}
</style>