Shades of Ultramarine #1E0284
Tints of Ultramarine #1E0284
RGB
CMYK
RGB Variations
Color information
#1E0284 (or 0x1E0284) is known color: Ultramarine. HEX triplet: 1E, 02 and 84. RGB value is (30,2,132). Sum of RGB (Red+Green+Blue) = 30+2+132=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 132 (51.95% from 255 or 80.49% from 164); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E0284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0284 is #E1FD7B. Grayscale: #181818. Windows color (decimal): -14810492 or 8651294. OLE color: 8651294.
HSL color Cylindrical-coordinate representation of color #1E0284: hue angle of 252.92º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0284 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 2 | 132 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.48 |
| HSL | 252.92º | 0.97% | 0.26% | - |
| HSV(B) | 252.92º | 0.98% | 0.52% | - |
| XYZ | 4.72 | 1.99 | 21.96 | - |
| YUV | 25.19 | 188.28 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 132 | 0.77 | 0.98 | 0 | 0.48 | 252.92 | 0.97 | 0.26 |
| Hex | 1E | 2 | 84 | 4D | 62 | 0 | 30 | FD | 61 | 1A |
| Octal | 36 | 2 | 204 | 115 | 142 | 0 | 60 | 375 | 141 | 32 |
| Binary | 11110 | 10 | 10000100 | 1001101 | 1100010 | 0 | 110000 | 11111101 | 1100001 | 11010 |
Color Harmonies of #1E0284
Complementary color
Monochromatic Colors of #1E0284
Black with #1E0284
Text Example
Text Example
White with #1E0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0284; }
p { color: rgb(30,2,132); }
H1.HeaderClassName
{
color: #1E0284;
}
.AnyTagClassName
{
color: #1E0284;
}
</style>
background-color css
<style>
a { background-color: #1E0284; }
a { background-color: rgb(30,2,132); }
div.DivClassName
{
background-color: #1E0284;
}
.BgClassName
{
background-color: #1E0284;
}
</style>
border-color css
<style>
span { border-color: #1E0284; }
span { border-color: rgb(30,2,132); }
td.TdClassName
{
border-color: #1E0284;
}
.TagClassName
{
border-color: #1E0284;
}
</style>