Shades of Ultramarine #1E0C85
Tints of Ultramarine #1E0C85
RGB
CMYK
RGB Variations
Color information
#1E0C85 (or 0x1E0C85) is known color: Ultramarine. HEX triplet: 1E, 0C and 85. RGB value is (30,12,133). Sum of RGB (Red+Green+Blue) = 30+12+133=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E0C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0C85 is #E1F37A. Grayscale: #1E1E1E. Windows color (decimal): -14807931 or 8719390. OLE color: 8719390.
HSL color Cylindrical-coordinate representation of color #1E0C85: hue angle of 248.93º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0C85 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 12 | 133 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.48 |
| HSL | 248.93º | 0.83% | 0.28% | - |
| HSV(B) | 248.93º | 0.91% | 0.52% | - |
| XYZ | 4.9 | 2.23 | 22.36 | - |
| YUV | 31.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 133 | 0.77 | 0.91 | 0 | 0.48 | 248.93 | 0.83 | 0.28 |
| Hex | 1E | C | 85 | 4D | 5B | 0 | 30 | F9 | 53 | 1C |
| Octal | 36 | 14 | 205 | 115 | 133 | 0 | 60 | 371 | 123 | 34 |
| Binary | 11110 | 1100 | 10000101 | 1001101 | 1011011 | 0 | 110000 | 11111001 | 1010011 | 11100 |
Color Harmonies of #1E0C85
Complementary color
Monochromatic Colors of #1E0C85
Black with #1E0C85
Text Example
Text Example
White with #1E0C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0C85; }
p { color: rgb(30,12,133); }
H1.HeaderClassName
{
color: #1E0C85;
}
.AnyTagClassName
{
color: #1E0C85;
}
</style>
background-color css
<style>
a { background-color: #1E0C85; }
a { background-color: rgb(30,12,133); }
div.DivClassName
{
background-color: #1E0C85;
}
.BgClassName
{
background-color: #1E0C85;
}
</style>
border-color css
<style>
span { border-color: #1E0C85; }
span { border-color: rgb(30,12,133); }
td.TdClassName
{
border-color: #1E0C85;
}
.TagClassName
{
border-color: #1E0C85;
}
</style>