Shades of Ultramarine #1E1B8D
Tints of Ultramarine #1E1B8D
RGB
CMYK
RGB Variations
Color information
#1E1B8D (or 0x1E1B8D) is known color: Ultramarine. HEX triplet: 1E, 1B and 8D. RGB value is (30,27,141). Sum of RGB (Red+Green+Blue) = 30+27+141=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E1B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1B8D is #E1E472. Grayscale: #282828. Windows color (decimal): -14804083 or 9247518. OLE color: 9247518.
HSL color Cylindrical-coordinate representation of color #1E1B8D: hue angle of 241.58º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1B8D is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 27 | 141 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.45 |
| HSL | 241.58º | 0.68% | 0.33% | - |
| HSV(B) | 241.58º | 0.81% | 0.55% | - |
| XYZ | 5.74 | 2.98 | 25.47 | - |
| YUV | 40.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 141 | 0.79 | 0.81 | 0 | 0.45 | 241.58 | 0.68 | 0.33 |
| Hex | 1E | 1B | 8D | 4F | 51 | 0 | 2D | F2 | 44 | 21 |
| Octal | 36 | 33 | 215 | 117 | 121 | 0 | 55 | 362 | 104 | 41 |
| Binary | 11110 | 11011 | 10001101 | 1001111 | 1010001 | 0 | 101101 | 11110010 | 1000100 | 100001 |
Color Harmonies of #1E1B8D
Complementary color
Monochromatic Colors of #1E1B8D
Black with #1E1B8D
Text Example
Text Example
White with #1E1B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B8D; }
p { color: rgb(30,27,141); }
H1.HeaderClassName
{
color: #1E1B8D;
}
.AnyTagClassName
{
color: #1E1B8D;
}
</style>
background-color css
<style>
a { background-color: #1E1B8D; }
a { background-color: rgb(30,27,141); }
div.DivClassName
{
background-color: #1E1B8D;
}
.BgClassName
{
background-color: #1E1B8D;
}
</style>
border-color css
<style>
span { border-color: #1E1B8D; }
span { border-color: rgb(30,27,141); }
td.TdClassName
{
border-color: #1E1B8D;
}
.TagClassName
{
border-color: #1E1B8D;
}
</style>