Shades of Ultramarine #1E118C
Tints of Ultramarine #1E118C
RGB
CMYK
RGB Variations
Color information
#1E118C (or 0x1E118C) is known color: Ultramarine. HEX triplet: 1E, 11 and 8C. RGB value is (30,17,140). Sum of RGB (Red+Green+Blue) = 30+17+140=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E118C is #E1EE73. Grayscale: #222222. Windows color (decimal): -14806644 or 9179422. OLE color: 9179422.
HSL color Cylindrical-coordinate representation of color #1E118C: hue angle of 246.34º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E118C is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 17 | 140 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.45 |
| HSL | 246.34º | 0.78% | 0.31% | - |
| HSV(B) | 246.34º | 0.88% | 0.55% | - |
| XYZ | 5.47 | 2.57 | 25.02 | - |
| YUV | 34.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 140 | 0.79 | 0.88 | 0 | 0.45 | 246.34 | 0.78 | 0.31 |
| Hex | 1E | 11 | 8C | 4F | 58 | 0 | 2D | F6 | 4E | 1F |
| Octal | 36 | 21 | 214 | 117 | 130 | 0 | 55 | 366 | 116 | 37 |
| Binary | 11110 | 10001 | 10001100 | 1001111 | 1011000 | 0 | 101101 | 11110110 | 1001110 | 11111 |
Color Harmonies of #1E118C
Complementary color
Monochromatic Colors of #1E118C
Black with #1E118C
Text Example
Text Example
White with #1E118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E118C; }
p { color: rgb(30,17,140); }
H1.HeaderClassName
{
color: #1E118C;
}
.AnyTagClassName
{
color: #1E118C;
}
</style>
background-color css
<style>
a { background-color: #1E118C; }
a { background-color: rgb(30,17,140); }
div.DivClassName
{
background-color: #1E118C;
}
.BgClassName
{
background-color: #1E118C;
}
</style>
border-color css
<style>
span { border-color: #1E118C; }
span { border-color: rgb(30,17,140); }
td.TdClassName
{
border-color: #1E118C;
}
.TagClassName
{
border-color: #1E118C;
}
</style>