Shades of Ultramarine #1E0985
Tints of Ultramarine #1E0985
RGB
CMYK
RGB Variations
Color information
#1E0985 (or 0x1E0985) is known color: Ultramarine. HEX triplet: 1E, 09 and 85. RGB value is (30,9,133). Sum of RGB (Red+Green+Blue) = 30+9+133=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0985 is #E1F67A. Grayscale: #1C1C1C. Windows color (decimal): -14808699 or 8718622. OLE color: 8718622.
HSL color Cylindrical-coordinate representation of color #1E0985: hue angle of 250.16º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0985 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 9 | 133 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.48 |
| HSL | 250.16º | 0.87% | 0.28% | - |
| HSV(B) | 250.16º | 0.93% | 0.52% | - |
| XYZ | 4.87 | 2.16 | 22.35 | - |
| YUV | 29.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 133 | 0.77 | 0.93 | 0 | 0.48 | 250.16 | 0.87 | 0.28 |
| Hex | 1E | 9 | 85 | 4D | 5D | 0 | 30 | FA | 57 | 1C |
| Octal | 36 | 11 | 205 | 115 | 135 | 0 | 60 | 372 | 127 | 34 |
| Binary | 11110 | 1001 | 10000101 | 1001101 | 1011101 | 0 | 110000 | 11111010 | 1010111 | 11100 |
Color Harmonies of #1E0985
Complementary color
Monochromatic Colors of #1E0985
Black with #1E0985
Text Example
Text Example
White with #1E0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0985; }
p { color: rgb(30,9,133); }
H1.HeaderClassName
{
color: #1E0985;
}
.AnyTagClassName
{
color: #1E0985;
}
</style>
background-color css
<style>
a { background-color: #1E0985; }
a { background-color: rgb(30,9,133); }
div.DivClassName
{
background-color: #1E0985;
}
.BgClassName
{
background-color: #1E0985;
}
</style>
border-color css
<style>
span { border-color: #1E0985; }
span { border-color: rgb(30,9,133); }
td.TdClassName
{
border-color: #1E0985;
}
.TagClassName
{
border-color: #1E0985;
}
</style>