Shades of Ultramarine #1E1083
Tints of Ultramarine #1E1083
RGB
CMYK
RGB Variations
Color information
#1E1083 (or 0x1E1083) is known color: Ultramarine. HEX triplet: 1E, 10 and 83. RGB value is (30,16,131). Sum of RGB (Red+Green+Blue) = 30+16+131=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E1083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1083 is #E1EF7C. Grayscale: #202020. Windows color (decimal): -14806909 or 8589342. OLE color: 8589342.
HSL color Cylindrical-coordinate representation of color #1E1083: hue angle of 247.3º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E1083 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 16 | 131 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.49 |
| HSL | 247.3º | 0.78% | 0.29% | - |
| HSV(B) | 247.3º | 0.88% | 0.51% | - |
| XYZ | 4.82 | 2.29 | 21.66 | - |
| YUV | 33.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 131 | 0.77 | 0.88 | 0 | 0.49 | 247.3 | 0.78 | 0.29 |
| Hex | 1E | 10 | 83 | 4D | 58 | 0 | 31 | F7 | 4E | 1D |
| Octal | 36 | 20 | 203 | 115 | 130 | 0 | 61 | 367 | 116 | 35 |
| Binary | 11110 | 10000 | 10000011 | 1001101 | 1011000 | 0 | 110001 | 11110111 | 1001110 | 11101 |
Color Harmonies of #1E1083
Complementary color
Monochromatic Colors of #1E1083
Black with #1E1083
Text Example
Text Example
White with #1E1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1083; }
p { color: rgb(30,16,131); }
H1.HeaderClassName
{
color: #1E1083;
}
.AnyTagClassName
{
color: #1E1083;
}
</style>
background-color css
<style>
a { background-color: #1E1083; }
a { background-color: rgb(30,16,131); }
div.DivClassName
{
background-color: #1E1083;
}
.BgClassName
{
background-color: #1E1083;
}
</style>
border-color css
<style>
span { border-color: #1E1083; }
span { border-color: rgb(30,16,131); }
td.TdClassName
{
border-color: #1E1083;
}
.TagClassName
{
border-color: #1E1083;
}
</style>