Shades of Ultramarine #1E219C
Tints of Ultramarine #1E219C
RGB
CMYK
RGB Variations
Color information
#1E219C (or 0x1E219C) is known color: Ultramarine. HEX triplet: 1E, 21 and 9C. RGB value is (30,33,156). Sum of RGB (Red+Green+Blue) = 30+33+156=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E219C is #E1DE63. Grayscale: #2D2D2D. Windows color (decimal): -14802532 or 10232094. OLE color: 10232094.
HSL color Cylindrical-coordinate representation of color #1E219C: hue angle of 238.57º 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 #1E219C is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 33 | 156 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.39 |
| HSL | 238.57º | 0.68% | 0.36% | - |
| HSV(B) | 238.57º | 0.81% | 0.61% | - |
| XYZ | 7.08 | 3.76 | 31.81 | - |
| YUV | 46.13 | 190.01 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 156 | 0.81 | 0.79 | 0 | 0.39 | 238.57 | 0.68 | 0.36 |
| Hex | 1E | 21 | 9C | 51 | 4F | 0 | 27 | EF | 44 | 24 |
| Octal | 36 | 41 | 234 | 121 | 117 | 0 | 47 | 357 | 104 | 44 |
| Binary | 11110 | 100001 | 10011100 | 1010001 | 1001111 | 0 | 100111 | 11101111 | 1000100 | 100100 |
Color Harmonies of #1E219C
Complementary color
Monochromatic Colors of #1E219C
Black with #1E219C
Text Example
Text Example
White with #1E219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E219C; }
p { color: rgb(30,33,156); }
H1.HeaderClassName
{
color: #1E219C;
}
.AnyTagClassName
{
color: #1E219C;
}
</style>
background-color css
<style>
a { background-color: #1E219C; }
a { background-color: rgb(30,33,156); }
div.DivClassName
{
background-color: #1E219C;
}
.BgClassName
{
background-color: #1E219C;
}
</style>
border-color css
<style>
span { border-color: #1E219C; }
span { border-color: rgb(30,33,156); }
td.TdClassName
{
border-color: #1E219C;
}
.TagClassName
{
border-color: #1E219C;
}
</style>