Shades of Tolopea #1E133C
Tints of Tolopea #1E133C
RGB
CMYK
RGB Variations
Color information
#1E133C (or 0x1E133C) is known color: Tolopea. HEX triplet: 1E, 13 and 3C. RGB value is (30,19,60). Sum of RGB (Red+Green+Blue) = 30+19+60=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #1E133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E133C is #E1ECC3. Grayscale: #1A1A1A. Windows color (decimal): -14806212 or 3937054. OLE color: 3937054.
HSL color Cylindrical-coordinate representation of color #1E133C: hue angle of 256.1º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E133C is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 19 | 60 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.76 |
| HSL | 256.1º | 0.52% | 0.15% | - |
| HSV(B) | 256.1º | 0.68% | 0.24% | - |
| XYZ | 1.58 | 1.07 | 4.4 | - |
| YUV | 26.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 60 | 0.50 | 0.68 | 0 | 0.76 | 256.1 | 0.52 | 0.15 |
| Hex | 1E | 13 | 3C | 32 | 44 | 0 | 4C | 100 | 34 | F |
| Octal | 36 | 23 | 74 | 62 | 104 | 0 | 114 | 400 | 64 | 17 |
| Binary | 11110 | 10011 | 111100 | 110010 | 1000100 | 0 | 1001100 | 100000000 | 110100 | 1111 |
Color Harmonies of #1E133C
Complementary color
Monochromatic Colors of #1E133C
Black with #1E133C
Text Example
Text Example
White with #1E133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E133C; }
p { color: rgb(30,19,60); }
H1.HeaderClassName
{
color: #1E133C;
}
.AnyTagClassName
{
color: #1E133C;
}
</style>
background-color css
<style>
a { background-color: #1E133C; }
a { background-color: rgb(30,19,60); }
div.DivClassName
{
background-color: #1E133C;
}
.BgClassName
{
background-color: #1E133C;
}
</style>
border-color css
<style>
span { border-color: #1E133C; }
span { border-color: rgb(30,19,60); }
td.TdClassName
{
border-color: #1E133C;
}
.TagClassName
{
border-color: #1E133C;
}
</style>