Shades of Ultramarine #1E0283
Tints of Ultramarine #1E0283
RGB
CMYK
RGB Variations
Color information
#1E0283 (or 0x1E0283) is known color: Ultramarine. HEX triplet: 1E, 02 and 83. RGB value is (30,2,131). Sum of RGB (Red+Green+Blue) = 30+2+131=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E0283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0283 is #E1FD7C. Grayscale: #181818. Windows color (decimal): -14810493 or 8585758. OLE color: 8585758.
HSL color Cylindrical-coordinate representation of color #1E0283: hue angle of 253.02º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0283 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 2 | 131 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.49 |
| HSL | 253.02º | 0.97% | 0.26% | - |
| HSV(B) | 253.02º | 0.98% | 0.51% | - |
| XYZ | 4.65 | 1.96 | 21.61 | - |
| YUV | 25.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 131 | 0.77 | 0.98 | 0 | 0.49 | 253.02 | 0.97 | 0.26 |
| Hex | 1E | 2 | 83 | 4D | 62 | 0 | 31 | FD | 61 | 1A |
| Octal | 36 | 2 | 203 | 115 | 142 | 0 | 61 | 375 | 141 | 32 |
| Binary | 11110 | 10 | 10000011 | 1001101 | 1100010 | 0 | 110001 | 11111101 | 1100001 | 11010 |
Color Harmonies of #1E0283
Complementary color
Monochromatic Colors of #1E0283
Black with #1E0283
Text Example
Text Example
White with #1E0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0283; }
p { color: rgb(30,2,131); }
H1.HeaderClassName
{
color: #1E0283;
}
.AnyTagClassName
{
color: #1E0283;
}
</style>
background-color css
<style>
a { background-color: #1E0283; }
a { background-color: rgb(30,2,131); }
div.DivClassName
{
background-color: #1E0283;
}
.BgClassName
{
background-color: #1E0283;
}
</style>
border-color css
<style>
span { border-color: #1E0283; }
span { border-color: rgb(30,2,131); }
td.TdClassName
{
border-color: #1E0283;
}
.TagClassName
{
border-color: #1E0283;
}
</style>