Shades of Ultramarine #1E018C
Tints of Ultramarine #1E018C
RGB
CMYK
RGB Variations
Color information
#1E018C (or 0x1E018C) is known color: Ultramarine. HEX triplet: 1E, 01 and 8C. RGB value is (30,1,140). Sum of RGB (Red+Green+Blue) = 30+1+140=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E018C is #E1FE73. Grayscale: #181818. Windows color (decimal): -14810740 or 9175326. OLE color: 9175326.
HSL color Cylindrical-coordinate representation of color #1E018C: hue angle of 252.52º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E018C is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 1 | 140 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.45 |
| HSL | 252.52º | 0.99% | 0.28% | - |
| HSV(B) | 252.52º | 0.99% | 0.55% | - |
| XYZ | 5.28 | 2.19 | 24.96 | - |
| YUV | 25.52 | 192.61 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 140 | 0.79 | 0.99 | 0 | 0.45 | 252.52 | 0.99 | 0.28 |
| Hex | 1E | 1 | 8C | 4F | 63 | 0 | 2D | FD | 63 | 1C |
| Octal | 36 | 1 | 214 | 117 | 143 | 0 | 55 | 375 | 143 | 34 |
| Binary | 11110 | 1 | 10001100 | 1001111 | 1100011 | 0 | 101101 | 11111101 | 1100011 | 11100 |
Color Harmonies of #1E018C
Complementary color
Monochromatic Colors of #1E018C
Black with #1E018C
Text Example
Text Example
White with #1E018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E018C; }
p { color: rgb(30,1,140); }
H1.HeaderClassName
{
color: #1E018C;
}
.AnyTagClassName
{
color: #1E018C;
}
</style>
background-color css
<style>
a { background-color: #1E018C; }
a { background-color: rgb(30,1,140); }
div.DivClassName
{
background-color: #1E018C;
}
.BgClassName
{
background-color: #1E018C;
}
</style>
border-color css
<style>
span { border-color: #1E018C; }
span { border-color: rgb(30,1,140); }
td.TdClassName
{
border-color: #1E018C;
}
.TagClassName
{
border-color: #1E018C;
}
</style>