Shades of Ultramarine #1E139B
Tints of Ultramarine #1E139B
RGB
CMYK
RGB Variations
Color information
#1E139B (or 0x1E139B) is known color: Ultramarine. HEX triplet: 1E, 13 and 9B. RGB value is (30,19,155). Sum of RGB (Red+Green+Blue) = 30+19+155=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E139B is #E1EC64. Grayscale: #252525. Windows color (decimal): -14806117 or 10162974. OLE color: 10162974.
HSL color Cylindrical-coordinate representation of color #1E139B: hue angle of 244.85º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E139B is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 19 | 155 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.39 |
| HSL | 244.85º | 0.78% | 0.34% | - |
| HSV(B) | 244.85º | 0.88% | 0.61% | - |
| XYZ | 6.68 | 3.11 | 31.26 | - |
| YUV | 37.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 155 | 0.81 | 0.88 | 0 | 0.39 | 244.85 | 0.78 | 0.34 |
| Hex | 1E | 13 | 9B | 51 | 58 | 0 | 27 | F5 | 4E | 22 |
| Octal | 36 | 23 | 233 | 121 | 130 | 0 | 47 | 365 | 116 | 42 |
| Binary | 11110 | 10011 | 10011011 | 1010001 | 1011000 | 0 | 100111 | 11110101 | 1001110 | 100010 |
Color Harmonies of #1E139B
Complementary color
Monochromatic Colors of #1E139B
Black with #1E139B
Text Example
Text Example
White with #1E139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E139B; }
p { color: rgb(30,19,155); }
H1.HeaderClassName
{
color: #1E139B;
}
.AnyTagClassName
{
color: #1E139B;
}
</style>
background-color css
<style>
a { background-color: #1E139B; }
a { background-color: rgb(30,19,155); }
div.DivClassName
{
background-color: #1E139B;
}
.BgClassName
{
background-color: #1E139B;
}
</style>
border-color css
<style>
span { border-color: #1E139B; }
span { border-color: rgb(30,19,155); }
td.TdClassName
{
border-color: #1E139B;
}
.TagClassName
{
border-color: #1E139B;
}
</style>