Shades of Ultramarine #1E179E
Tints of Ultramarine #1E179E
RGB
CMYK
RGB Variations
Color information
#1E179E (or 0x1E179E) is known color: Ultramarine. HEX triplet: 1E, 17 and 9E. RGB value is (30,23,158). Sum of RGB (Red+Green+Blue) = 30+23+158=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E179E is #E1E861. Grayscale: #272727. Windows color (decimal): -14805090 or 10360606. OLE color: 10360606.
HSL color Cylindrical-coordinate representation of color #1E179E: hue angle of 243.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E179E is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 23 | 158 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.38 |
| HSL | 243.11º | 0.75% | 0.35% | - |
| HSV(B) | 243.11º | 0.85% | 0.62% | - |
| XYZ | 7.01 | 3.36 | 32.63 | - |
| YUV | 40.48 | 194.32 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 158 | 0.81 | 0.85 | 0 | 0.38 | 243.11 | 0.75 | 0.35 |
| Hex | 1E | 17 | 9E | 51 | 55 | 0 | 26 | F3 | 4B | 23 |
| Octal | 36 | 27 | 236 | 121 | 125 | 0 | 46 | 363 | 113 | 43 |
| Binary | 11110 | 10111 | 10011110 | 1010001 | 1010101 | 0 | 100110 | 11110011 | 1001011 | 100011 |
Color Harmonies of #1E179E
Complementary color
Monochromatic Colors of #1E179E
Black with #1E179E
Text Example
Text Example
White with #1E179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E179E; }
p { color: rgb(30,23,158); }
H1.HeaderClassName
{
color: #1E179E;
}
.AnyTagClassName
{
color: #1E179E;
}
</style>
background-color css
<style>
a { background-color: #1E179E; }
a { background-color: rgb(30,23,158); }
div.DivClassName
{
background-color: #1E179E;
}
.BgClassName
{
background-color: #1E179E;
}
</style>
border-color css
<style>
span { border-color: #1E179E; }
span { border-color: rgb(30,23,158); }
td.TdClassName
{
border-color: #1E179E;
}
.TagClassName
{
border-color: #1E179E;
}
</style>