Shades of Ultramarine #1E0092
Tints of Ultramarine #1E0092
RGB
CMYK
RGB Variations
Color information
#1E0092 (or 0x1E0092) is known color: Ultramarine. HEX triplet: 1E, 00 and 92. RGB value is (30,0,146). Sum of RGB (Red+Green+Blue) = 30+0+146=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0092 is #E1FF6D. Grayscale: #191919. Windows color (decimal): -14810990 or 9568286. OLE color: 9568286.
HSL color Cylindrical-coordinate representation of color #1E0092: hue angle of 252.33º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0092 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 0 | 146 | - |
| CMYK | 0.79 | 1 | 0 | 0.43 |
| HSL | 252.33º | 1% | 0.29% | - |
| HSV(B) | 252.33º | 1% | 0.57% | - |
| XYZ | 5.72 | 2.35 | 27.35 | - |
| YUV | 25.61 | 195.94 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 146 | 0.79 | 1 | 0 | 0.43 | 252.33 | 1 | 0.29 |
| Hex | 1E | 0 | 92 | 4F | 64 | 0 | 2B | FC | 64 | 1D |
| Octal | 36 | 0 | 222 | 117 | 144 | 0 | 53 | 374 | 144 | 35 |
| Binary | 11110 | 0 | 10010010 | 1001111 | 1100100 | 0 | 101011 | 11111100 | 1100100 | 11101 |
Color Harmonies of #1E0092
Complementary color
Monochromatic Colors of #1E0092
Black with #1E0092
Text Example
Text Example
White with #1E0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0092; }
p { color: rgb(30,0,146); }
H1.HeaderClassName
{
color: #1E0092;
}
.AnyTagClassName
{
color: #1E0092;
}
</style>
background-color css
<style>
a { background-color: #1E0092; }
a { background-color: rgb(30,0,146); }
div.DivClassName
{
background-color: #1E0092;
}
.BgClassName
{
background-color: #1E0092;
}
</style>
border-color css
<style>
span { border-color: #1E0092; }
span { border-color: rgb(30,0,146); }
td.TdClassName
{
border-color: #1E0092;
}
.TagClassName
{
border-color: #1E0092;
}
</style>