Shades of Ultramarine #1E169D
Tints of Ultramarine #1E169D
RGB
CMYK
RGB Variations
Color information
#1E169D (or 0x1E169D) is known color: Ultramarine. HEX triplet: 1E, 16 and 9D. RGB value is (30,22,157). Sum of RGB (Red+Green+Blue) = 30+22+157=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E169D is #E1E962. Grayscale: #272727. Windows color (decimal): -14805347 or 10294814. OLE color: 10294814.
HSL color Cylindrical-coordinate representation of color #1E169D: hue angle of 243.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E169D is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 22 | 157 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.38 |
| HSL | 243.56º | 0.75% | 0.35% | - |
| HSV(B) | 243.56º | 0.86% | 0.62% | - |
| XYZ | 6.91 | 3.28 | 32.17 | - |
| YUV | 39.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 157 | 0.81 | 0.86 | 0 | 0.38 | 243.56 | 0.75 | 0.35 |
| Hex | 1E | 16 | 9D | 51 | 56 | 0 | 26 | F4 | 4B | 23 |
| Octal | 36 | 26 | 235 | 121 | 126 | 0 | 46 | 364 | 113 | 43 |
| Binary | 11110 | 10110 | 10011101 | 1010001 | 1010110 | 0 | 100110 | 11110100 | 1001011 | 100011 |
Color Harmonies of #1E169D
Complementary color
Monochromatic Colors of #1E169D
Black with #1E169D
Text Example
Text Example
White with #1E169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E169D; }
p { color: rgb(30,22,157); }
H1.HeaderClassName
{
color: #1E169D;
}
.AnyTagClassName
{
color: #1E169D;
}
</style>
background-color css
<style>
a { background-color: #1E169D; }
a { background-color: rgb(30,22,157); }
div.DivClassName
{
background-color: #1E169D;
}
.BgClassName
{
background-color: #1E169D;
}
</style>
border-color css
<style>
span { border-color: #1E169D; }
span { border-color: rgb(30,22,157); }
td.TdClassName
{
border-color: #1E169D;
}
.TagClassName
{
border-color: #1E169D;
}
</style>