Shades of Ultramarine #1E0BAA
Tints of Ultramarine #1E0BAA
RGB
CMYK
RGB Variations
Color information
#1E0BAA (or 0x1E0BAA) is known color: Ultramarine. HEX triplet: 1E, 0B and AA. RGB value is (30,11,170). Sum of RGB (Red+Green+Blue) = 30+11+170=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0BAA is #E1F455. Grayscale: #222222. Windows color (decimal): -14808150 or 11143966. OLE color: 11143966.
HSL color Cylindrical-coordinate representation of color #1E0BAA: hue angle of 247.17º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0BAA is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 11 | 170 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.33 |
| HSL | 247.17º | 0.88% | 0.35% | - |
| HSV(B) | 247.17º | 0.94% | 0.67% | - |
| XYZ | 7.91 | 3.42 | 38.27 | - |
| YUV | 34.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 170 | 0.82 | 0.94 | 0 | 0.33 | 247.17 | 0.88 | 0.35 |
| Hex | 1E | B | AA | 52 | 5E | 0 | 21 | F7 | 58 | 23 |
| Octal | 36 | 13 | 252 | 122 | 136 | 0 | 41 | 367 | 130 | 43 |
| Binary | 11110 | 1011 | 10101010 | 1010010 | 1011110 | 0 | 100001 | 11110111 | 1011000 | 100011 |
Color Harmonies of #1E0BAA
Complementary color
Monochromatic Colors of #1E0BAA
Black with #1E0BAA
Text Example
Text Example
White with #1E0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BAA; }
p { color: rgb(30,11,170); }
H1.HeaderClassName
{
color: #1E0BAA;
}
.AnyTagClassName
{
color: #1E0BAA;
}
</style>
background-color css
<style>
a { background-color: #1E0BAA; }
a { background-color: rgb(30,11,170); }
div.DivClassName
{
background-color: #1E0BAA;
}
.BgClassName
{
background-color: #1E0BAA;
}
</style>
border-color css
<style>
span { border-color: #1E0BAA; }
span { border-color: rgb(30,11,170); }
td.TdClassName
{
border-color: #1E0BAA;
}
.TagClassName
{
border-color: #1E0BAA;
}
</style>