Shades of Tolopea #1E123B
Tints of Tolopea #1E123B
RGB
CMYK
RGB Variations
Color information
#1E123B (or 0x1E123B) is known color: Tolopea. HEX triplet: 1E, 12 and 3B. RGB value is (30,18,59). Sum of RGB (Red+Green+Blue) = 30+18+59=107 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.04% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E123B is #E1EDC4. Grayscale: #1A1A1A. Windows color (decimal): -14806469 or 3871262. OLE color: 3871262.
HSL color Cylindrical-coordinate representation of color #1E123B: hue angle of 257.56º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E123B is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 18 | 59 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.77 |
| HSL | 257.56º | 0.53% | 0.15% | - |
| HSV(B) | 257.56º | 0.69% | 0.23% | - |
| XYZ | 1.54 | 1.02 | 4.25 | - |
| YUV | 26.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 59 | 0.49 | 0.69 | 0 | 0.77 | 257.56 | 0.53 | 0.15 |
| Hex | 1E | 12 | 3B | 31 | 45 | 0 | 4D | 102 | 35 | F |
| Octal | 36 | 22 | 73 | 61 | 105 | 0 | 115 | 402 | 65 | 17 |
| Binary | 11110 | 10010 | 111011 | 110001 | 1000101 | 0 | 1001101 | 100000010 | 110101 | 1111 |
Color Harmonies of #1E123B
Complementary color
Monochromatic Colors of #1E123B
Black with #1E123B
Text Example
Text Example
White with #1E123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E123B; }
p { color: rgb(30,18,59); }
H1.HeaderClassName
{
color: #1E123B;
}
.AnyTagClassName
{
color: #1E123B;
}
</style>
background-color css
<style>
a { background-color: #1E123B; }
a { background-color: rgb(30,18,59); }
div.DivClassName
{
background-color: #1E123B;
}
.BgClassName
{
background-color: #1E123B;
}
</style>
border-color css
<style>
span { border-color: #1E123B; }
span { border-color: rgb(30,18,59); }
td.TdClassName
{
border-color: #1E123B;
}
.TagClassName
{
border-color: #1E123B;
}
</style>