Shades of Ultramarine #1E0392
Tints of Ultramarine #1E0392
RGB
CMYK
RGB Variations
Color information
#1E0392 (or 0x1E0392) is known color: Ultramarine. HEX triplet: 1E, 03 and 92. RGB value is (30,3,146). Sum of RGB (Red+Green+Blue) = 30+3+146=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 146 (57.42% from 255 or 81.56% from 179); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E0392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0392 is #E1FC6D. Grayscale: #1A1A1A. Windows color (decimal): -14810222 or 9569054. OLE color: 9569054.
HSL color Cylindrical-coordinate representation of color #1E0392: hue angle of 251.33º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0392 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 3 | 146 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.43 |
| HSL | 251.33º | 0.96% | 0.29% | - |
| HSV(B) | 251.33º | 0.98% | 0.57% | - |
| XYZ | 5.76 | 2.42 | 27.36 | - |
| YUV | 27.38 | 194.95 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 146 | 0.79 | 0.98 | 0 | 0.43 | 251.33 | 0.96 | 0.29 |
| Hex | 1E | 3 | 92 | 4F | 62 | 0 | 2B | FB | 60 | 1D |
| Octal | 36 | 3 | 222 | 117 | 142 | 0 | 53 | 373 | 140 | 35 |
| Binary | 11110 | 11 | 10010010 | 1001111 | 1100010 | 0 | 101011 | 11111011 | 1100000 | 11101 |
Color Harmonies of #1E0392
Complementary color
Monochromatic Colors of #1E0392
Black with #1E0392
Text Example
Text Example
White with #1E0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0392; }
p { color: rgb(30,3,146); }
H1.HeaderClassName
{
color: #1E0392;
}
.AnyTagClassName
{
color: #1E0392;
}
</style>
background-color css
<style>
a { background-color: #1E0392; }
a { background-color: rgb(30,3,146); }
div.DivClassName
{
background-color: #1E0392;
}
.BgClassName
{
background-color: #1E0392;
}
</style>
border-color css
<style>
span { border-color: #1E0392; }
span { border-color: rgb(30,3,146); }
td.TdClassName
{
border-color: #1E0392;
}
.TagClassName
{
border-color: #1E0392;
}
</style>