Shades of Ultramarine #1E0FB1
Tints of Ultramarine #1E0FB1
RGB
CMYK
RGB Variations
Color information
#1E0FB1 (or 0x1E0FB1) is known color: Ultramarine. HEX triplet: 1E, 0F and B1. RGB value is (30,15,177). Sum of RGB (Red+Green+Blue) = 30+15+177=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 177 (69.53% from 255 or 79.73% from 222); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E0FB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0FB1 is #E1F04E. Grayscale: #252525. Windows color (decimal): -14807119 or 11603742. OLE color: 11603742.
HSL color Cylindrical-coordinate representation of color #1E0FB1: hue angle of 245.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0FB1 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 15 | 177 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.31 |
| HSL | 245.56º | 0.84% | 0.38% | - |
| HSV(B) | 245.56º | 0.92% | 0.69% | - |
| XYZ | 8.64 | 3.79 | 41.87 | - |
| YUV | 37.95 | 206.47 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 177 | 0.83 | 0.92 | 0 | 0.31 | 245.56 | 0.84 | 0.38 |
| Hex | 1E | F | B1 | 53 | 5C | 0 | 1F | F6 | 54 | 26 |
| Octal | 36 | 17 | 261 | 123 | 134 | 0 | 37 | 366 | 124 | 46 |
| Binary | 11110 | 1111 | 10110001 | 1010011 | 1011100 | 0 | 11111 | 11110110 | 1010100 | 100110 |
Color Harmonies of #1E0FB1
Complementary color
Monochromatic Colors of #1E0FB1
Black with #1E0FB1
Text Example
Text Example
White with #1E0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0FB1; }
p { color: rgb(30,15,177); }
H1.HeaderClassName
{
color: #1E0FB1;
}
.AnyTagClassName
{
color: #1E0FB1;
}
</style>
background-color css
<style>
a { background-color: #1E0FB1; }
a { background-color: rgb(30,15,177); }
div.DivClassName
{
background-color: #1E0FB1;
}
.BgClassName
{
background-color: #1E0FB1;
}
</style>
border-color css
<style>
span { border-color: #1E0FB1; }
span { border-color: rgb(30,15,177); }
td.TdClassName
{
border-color: #1E0FB1;
}
.TagClassName
{
border-color: #1E0FB1;
}
</style>