Shades of Ultramarine #1E018F
Tints of Ultramarine #1E018F
RGB
CMYK
RGB Variations
Color information
#1E018F (or 0x1E018F) is known color: Ultramarine. HEX triplet: 1E, 01 and 8F. RGB value is (30,1,143). Sum of RGB (Red+Green+Blue) = 30+1+143=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E018F is #E1FE70. Grayscale: #191919. Windows color (decimal): -14810737 or 9371934. OLE color: 9371934.
HSL color Cylindrical-coordinate representation of color #1E018F: hue angle of 252.25º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E018F is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 1 | 143 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.44 |
| HSL | 252.25º | 0.99% | 0.28% | - |
| HSV(B) | 252.25º | 0.99% | 0.56% | - |
| XYZ | 5.5 | 2.28 | 26.14 | - |
| YUV | 25.86 | 194.11 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 143 | 0.79 | 0.99 | 0 | 0.44 | 252.25 | 0.99 | 0.28 |
| Hex | 1E | 1 | 8F | 4F | 63 | 0 | 2C | FC | 63 | 1C |
| Octal | 36 | 1 | 217 | 117 | 143 | 0 | 54 | 374 | 143 | 34 |
| Binary | 11110 | 1 | 10001111 | 1001111 | 1100011 | 0 | 101100 | 11111100 | 1100011 | 11100 |
Color Harmonies of #1E018F
Complementary color
Monochromatic Colors of #1E018F
Black with #1E018F
Text Example
Text Example
White with #1E018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E018F; }
p { color: rgb(30,1,143); }
H1.HeaderClassName
{
color: #1E018F;
}
.AnyTagClassName
{
color: #1E018F;
}
</style>
background-color css
<style>
a { background-color: #1E018F; }
a { background-color: rgb(30,1,143); }
div.DivClassName
{
background-color: #1E018F;
}
.BgClassName
{
background-color: #1E018F;
}
</style>
border-color css
<style>
span { border-color: #1E018F; }
span { border-color: rgb(30,1,143); }
td.TdClassName
{
border-color: #1E018F;
}
.TagClassName
{
border-color: #1E018F;
}
</style>