Shades of Ultramarine #1E0BB1
Tints of Ultramarine #1E0BB1
RGB
CMYK
RGB Variations
Color information
#1E0BB1 (or 0x1E0BB1) is known color: Ultramarine. HEX triplet: 1E, 0B and B1. RGB value is (30,11,177). Sum of RGB (Red+Green+Blue) = 30+11+177=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 177 (69.53% from 255 or 81.19% from 218); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E0BB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0BB1 is #E1F44E. Grayscale: #222222. Windows color (decimal): -14808143 or 11602718. OLE color: 11602718.
HSL color Cylindrical-coordinate representation of color #1E0BB1: hue angle of 246.87º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0BB1 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 11 | 177 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.31 |
| HSL | 246.87º | 0.88% | 0.37% | - |
| HSV(B) | 246.87º | 0.94% | 0.69% | - |
| XYZ | 8.59 | 3.69 | 41.85 | - |
| YUV | 35.61 | 207.79 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 177 | 0.83 | 0.94 | 0 | 0.31 | 246.87 | 0.88 | 0.37 |
| Hex | 1E | B | B1 | 53 | 5E | 0 | 1F | F7 | 58 | 25 |
| Octal | 36 | 13 | 261 | 123 | 136 | 0 | 37 | 367 | 130 | 45 |
| Binary | 11110 | 1011 | 10110001 | 1010011 | 1011110 | 0 | 11111 | 11110111 | 1011000 | 100101 |
Color Harmonies of #1E0BB1
Complementary color
Monochromatic Colors of #1E0BB1
Black with #1E0BB1
Text Example
Text Example
White with #1E0BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BB1; }
p { color: rgb(30,11,177); }
H1.HeaderClassName
{
color: #1E0BB1;
}
.AnyTagClassName
{
color: #1E0BB1;
}
</style>
background-color css
<style>
a { background-color: #1E0BB1; }
a { background-color: rgb(30,11,177); }
div.DivClassName
{
background-color: #1E0BB1;
}
.BgClassName
{
background-color: #1E0BB1;
}
</style>
border-color css
<style>
span { border-color: #1E0BB1; }
span { border-color: rgb(30,11,177); }
td.TdClassName
{
border-color: #1E0BB1;
}
.TagClassName
{
border-color: #1E0BB1;
}
</style>