Shades of Ultramarine #1E01B1
Tints of Ultramarine #1E01B1
RGB
CMYK
RGB Variations
Color information
#1E01B1 (or 0x1E01B1) is known color: Ultramarine. HEX triplet: 1E, 01 and B1. RGB value is (30,1,177). Sum of RGB (Red+Green+Blue) = 30+1+177=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 177 (69.53% from 255 or 85.10% from 208); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E01B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E01B1 is #E1FE4E. Grayscale: #1D1D1D. Windows color (decimal): -14810703 or 11600158. OLE color: 11600158.
HSL color Cylindrical-coordinate representation of color #1E01B1: hue angle of 249.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E01B1 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 1 | 177 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.31 |
| HSL | 249.89º | 0.99% | 0.35% | - |
| HSV(B) | 249.89º | 0.99% | 0.69% | - |
| XYZ | 8.48 | 3.47 | 41.82 | - |
| YUV | 29.74 | 211.11 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 177 | 0.83 | 0.99 | 0 | 0.31 | 249.89 | 0.99 | 0.35 |
| Hex | 1E | 1 | B1 | 53 | 63 | 0 | 1F | FA | 63 | 23 |
| Octal | 36 | 1 | 261 | 123 | 143 | 0 | 37 | 372 | 143 | 43 |
| Binary | 11110 | 1 | 10110001 | 1010011 | 1100011 | 0 | 11111 | 11111010 | 1100011 | 100011 |
Color Harmonies of #1E01B1
Complementary color
Monochromatic Colors of #1E01B1
Black with #1E01B1
Text Example
Text Example
White with #1E01B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E01B1; }
p { color: rgb(30,1,177); }
H1.HeaderClassName
{
color: #1E01B1;
}
.AnyTagClassName
{
color: #1E01B1;
}
</style>
background-color css
<style>
a { background-color: #1E01B1; }
a { background-color: rgb(30,1,177); }
div.DivClassName
{
background-color: #1E01B1;
}
.BgClassName
{
background-color: #1E01B1;
}
</style>
border-color css
<style>
span { border-color: #1E01B1; }
span { border-color: rgb(30,1,177); }
td.TdClassName
{
border-color: #1E01B1;
}
.TagClassName
{
border-color: #1E01B1;
}
</style>