Shades of Ultramarine #1E219B
Tints of Ultramarine #1E219B
RGB
CMYK
RGB Variations
Color information
#1E219B (or 0x1E219B) is known color: Ultramarine. HEX triplet: 1E, 21 and 9B. RGB value is (30,33,155). Sum of RGB (Red+Green+Blue) = 30+33+155=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E219B is #E1DE64. Grayscale: #2D2D2D. Windows color (decimal): -14802533 or 10166558. OLE color: 10166558.
HSL color Cylindrical-coordinate representation of color #1E219B: hue angle of 238.56º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E219B is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 33 | 155 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.39 |
| HSL | 238.56º | 0.68% | 0.36% | - |
| HSV(B) | 238.56º | 0.81% | 0.61% | - |
| XYZ | 7 | 3.73 | 31.36 | - |
| YUV | 46.01 | 189.51 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 155 | 0.81 | 0.79 | 0 | 0.39 | 238.56 | 0.68 | 0.36 |
| Hex | 1E | 21 | 9B | 51 | 4F | 0 | 27 | EF | 44 | 24 |
| Octal | 36 | 41 | 233 | 121 | 117 | 0 | 47 | 357 | 104 | 44 |
| Binary | 11110 | 100001 | 10011011 | 1010001 | 1001111 | 0 | 100111 | 11101111 | 1000100 | 100100 |
Color Harmonies of #1E219B
Complementary color
Monochromatic Colors of #1E219B
Black with #1E219B
Text Example
Text Example
White with #1E219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E219B; }
p { color: rgb(30,33,155); }
H1.HeaderClassName
{
color: #1E219B;
}
.AnyTagClassName
{
color: #1E219B;
}
</style>
background-color css
<style>
a { background-color: #1E219B; }
a { background-color: rgb(30,33,155); }
div.DivClassName
{
background-color: #1E219B;
}
.BgClassName
{
background-color: #1E219B;
}
</style>
border-color css
<style>
span { border-color: #1E219B; }
span { border-color: rgb(30,33,155); }
td.TdClassName
{
border-color: #1E219B;
}
.TagClassName
{
border-color: #1E219B;
}
</style>