Shades of Tolopea #1E173F
Tints of Tolopea #1E173F
RGB
CMYK
RGB Variations
Color information
#1E173F (or 0x1E173F) is known color: Tolopea. HEX triplet: 1E, 17 and 3F. RGB value is (30,23,63). Sum of RGB (Red+Green+Blue) = 30+23+63=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E173F is #E1E8C0. Grayscale: #1D1D1D. Windows color (decimal): -14805185 or 4134686. OLE color: 4134686.
HSL color Cylindrical-coordinate representation of color #1E173F: hue angle of 250.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E173F is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 23 | 63 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.75 |
| HSL | 250.5º | 0.47% | 0.17% | - |
| HSV(B) | 250.5º | 0.63% | 0.25% | - |
| XYZ | 1.74 | 1.25 | 4.85 | - |
| YUV | 29.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 63 | 0.52 | 0.63 | 0 | 0.75 | 250.5 | 0.47 | 0.17 |
| Hex | 1E | 17 | 3F | 34 | 3F | 0 | 4B | FB | 2F | 11 |
| Octal | 36 | 27 | 77 | 64 | 77 | 0 | 113 | 373 | 57 | 21 |
| Binary | 11110 | 10111 | 111111 | 110100 | 111111 | 0 | 1001011 | 11111011 | 101111 | 10001 |
Color Harmonies of #1E173F
Complementary color
Monochromatic Colors of #1E173F
Black with #1E173F
Text Example
Text Example
White with #1E173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E173F; }
p { color: rgb(30,23,63); }
H1.HeaderClassName
{
color: #1E173F;
}
.AnyTagClassName
{
color: #1E173F;
}
</style>
background-color css
<style>
a { background-color: #1E173F; }
a { background-color: rgb(30,23,63); }
div.DivClassName
{
background-color: #1E173F;
}
.BgClassName
{
background-color: #1E173F;
}
</style>
border-color css
<style>
span { border-color: #1E173F; }
span { border-color: rgb(30,23,63); }
td.TdClassName
{
border-color: #1E173F;
}
.TagClassName
{
border-color: #1E173F;
}
</style>