Shades of Ultramarine #1E129B
Tints of Ultramarine #1E129B
RGB
CMYK
RGB Variations
Color information
#1E129B (or 0x1E129B) is known color: Ultramarine. HEX triplet: 1E, 12 and 9B. RGB value is (30,18,155). Sum of RGB (Red+Green+Blue) = 30+18+155=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E129B is #E1ED64. Grayscale: #242424. Windows color (decimal): -14806373 or 10162718. OLE color: 10162718.
HSL color Cylindrical-coordinate representation of color #1E129B: hue angle of 245.26º degrees, saturation: 0.79, 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 #1E129B is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 18 | 155 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.39 |
| HSL | 245.26º | 0.79% | 0.34% | - |
| HSV(B) | 245.26º | 0.88% | 0.61% | - |
| XYZ | 6.67 | 3.08 | 31.25 | - |
| YUV | 37.21 | 194.48 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 155 | 0.81 | 0.88 | 0 | 0.39 | 245.26 | 0.79 | 0.34 |
| Hex | 1E | 12 | 9B | 51 | 58 | 0 | 27 | F5 | 4F | 22 |
| Octal | 36 | 22 | 233 | 121 | 130 | 0 | 47 | 365 | 117 | 42 |
| Binary | 11110 | 10010 | 10011011 | 1010001 | 1011000 | 0 | 100111 | 11110101 | 1001111 | 100010 |
Color Harmonies of #1E129B
Complementary color
Monochromatic Colors of #1E129B
Black with #1E129B
Text Example
Text Example
White with #1E129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E129B; }
p { color: rgb(30,18,155); }
H1.HeaderClassName
{
color: #1E129B;
}
.AnyTagClassName
{
color: #1E129B;
}
</style>
background-color css
<style>
a { background-color: #1E129B; }
a { background-color: rgb(30,18,155); }
div.DivClassName
{
background-color: #1E129B;
}
.BgClassName
{
background-color: #1E129B;
}
</style>
border-color css
<style>
span { border-color: #1E129B; }
span { border-color: rgb(30,18,155); }
td.TdClassName
{
border-color: #1E129B;
}
.TagClassName
{
border-color: #1E129B;
}
</style>