Shades of Tolopea #1E193F
Tints of Tolopea #1E193F
RGB
CMYK
RGB Variations
Color information
#1E193F (or 0x1E193F) is known color: Tolopea. HEX triplet: 1E, 19 and 3F. RGB value is (30,25,63). Sum of RGB (Red+Green+Blue) = 30+25+63=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E193F is #E1E6C0. Grayscale: #1E1E1E. Windows color (decimal): -14804673 or 4135198. OLE color: 4135198.
HSL color Cylindrical-coordinate representation of color #1E193F: hue angle of 247.89º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E193F is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 25 | 63 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.75 |
| HSL | 247.89º | 0.43% | 0.17% | - |
| HSV(B) | 247.89º | 0.6% | 0.25% | - |
| XYZ | 1.78 | 1.33 | 4.87 | - |
| YUV | 30.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 63 | 0.52 | 0.60 | 0 | 0.75 | 247.89 | 0.43 | 0.17 |
| Hex | 1E | 19 | 3F | 34 | 3C | 0 | 4B | F8 | 2B | 11 |
| Octal | 36 | 31 | 77 | 64 | 74 | 0 | 113 | 370 | 53 | 21 |
| Binary | 11110 | 11001 | 111111 | 110100 | 111100 | 0 | 1001011 | 11111000 | 101011 | 10001 |
Color Harmonies of #1E193F
Complementary color
Monochromatic Colors of #1E193F
Black with #1E193F
Text Example
Text Example
White with #1E193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E193F; }
p { color: rgb(30,25,63); }
H1.HeaderClassName
{
color: #1E193F;
}
.AnyTagClassName
{
color: #1E193F;
}
</style>
background-color css
<style>
a { background-color: #1E193F; }
a { background-color: rgb(30,25,63); }
div.DivClassName
{
background-color: #1E193F;
}
.BgClassName
{
background-color: #1E193F;
}
</style>
border-color css
<style>
span { border-color: #1E193F; }
span { border-color: rgb(30,25,63); }
td.TdClassName
{
border-color: #1E193F;
}
.TagClassName
{
border-color: #1E193F;
}
</style>