Shades of Ultramarine #1E018B
Tints of Ultramarine #1E018B
RGB
CMYK
RGB Variations
Color information
#1E018B (or 0x1E018B) is known color: Ultramarine. HEX triplet: 1E, 01 and 8B. RGB value is (30,1,139). Sum of RGB (Red+Green+Blue) = 30+1+139=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 139 (54.69% from 255 or 81.76% from 170); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E018B is #E1FE74. Grayscale: #181818. Windows color (decimal): -14810741 or 9109790. OLE color: 9109790.
HSL color Cylindrical-coordinate representation of color #1E018B: hue angle of 252.61º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E018B is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 1 | 139 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.45 |
| HSL | 252.61º | 0.99% | 0.27% | - |
| HSV(B) | 252.61º | 0.99% | 0.55% | - |
| XYZ | 5.21 | 2.16 | 24.57 | - |
| YUV | 25.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 139 | 0.78 | 0.99 | 0 | 0.45 | 252.61 | 0.99 | 0.27 |
| Hex | 1E | 1 | 8B | 4E | 63 | 0 | 2D | FD | 63 | 1B |
| Octal | 36 | 1 | 213 | 116 | 143 | 0 | 55 | 375 | 143 | 33 |
| Binary | 11110 | 1 | 10001011 | 1001110 | 1100011 | 0 | 101101 | 11111101 | 1100011 | 11011 |
Color Harmonies of #1E018B
Complementary color
Monochromatic Colors of #1E018B
Black with #1E018B
Text Example
Text Example
White with #1E018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E018B; }
p { color: rgb(30,1,139); }
H1.HeaderClassName
{
color: #1E018B;
}
.AnyTagClassName
{
color: #1E018B;
}
</style>
background-color css
<style>
a { background-color: #1E018B; }
a { background-color: rgb(30,1,139); }
div.DivClassName
{
background-color: #1E018B;
}
.BgClassName
{
background-color: #1E018B;
}
</style>
border-color css
<style>
span { border-color: #1E018B; }
span { border-color: rgb(30,1,139); }
td.TdClassName
{
border-color: #1E018B;
}
.TagClassName
{
border-color: #1E018B;
}
</style>