Shades of Tolopea #1E163B
Tints of Tolopea #1E163B
RGB
CMYK
RGB Variations
Color information
#1E163B (or 0x1E163B) is known color: Tolopea. HEX triplet: 1E, 16 and 3B. RGB value is (30,22,59). Sum of RGB (Red+Green+Blue) = 30+22+59=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E163B is #E1E9C4. Grayscale: #1C1C1C. Windows color (decimal): -14805445 or 3872286. OLE color: 3872286.
HSL color Cylindrical-coordinate representation of color #1E163B: hue angle of 252.97º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E163B is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 22 | 59 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.77 |
| HSL | 252.97º | 0.46% | 0.16% | - |
| HSV(B) | 252.97º | 0.63% | 0.23% | - |
| XYZ | 1.61 | 1.17 | 4.28 | - |
| YUV | 28.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 59 | 0.49 | 0.63 | 0 | 0.77 | 252.97 | 0.46 | 0.16 |
| Hex | 1E | 16 | 3B | 31 | 3F | 0 | 4D | FD | 2E | 10 |
| Octal | 36 | 26 | 73 | 61 | 77 | 0 | 115 | 375 | 56 | 20 |
| Binary | 11110 | 10110 | 111011 | 110001 | 111111 | 0 | 1001101 | 11111101 | 101110 | 10000 |
Color Harmonies of #1E163B
Complementary color
Monochromatic Colors of #1E163B
Black with #1E163B
Text Example
Text Example
White with #1E163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E163B; }
p { color: rgb(30,22,59); }
H1.HeaderClassName
{
color: #1E163B;
}
.AnyTagClassName
{
color: #1E163B;
}
</style>
background-color css
<style>
a { background-color: #1E163B; }
a { background-color: rgb(30,22,59); }
div.DivClassName
{
background-color: #1E163B;
}
.BgClassName
{
background-color: #1E163B;
}
</style>
border-color css
<style>
span { border-color: #1E163B; }
span { border-color: rgb(30,22,59); }
td.TdClassName
{
border-color: #1E163B;
}
.TagClassName
{
border-color: #1E163B;
}
</style>