Shades of Tolopea #1E153D
Tints of Tolopea #1E153D
RGB
CMYK
RGB Variations
Color information
#1E153D (or 0x1E153D) is known color: Tolopea. HEX triplet: 1E, 15 and 3D. RGB value is (30,21,61). Sum of RGB (Red+Green+Blue) = 30+21+61=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #1E153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E153D is #E1EAC2. Grayscale: #1C1C1C. Windows color (decimal): -14805699 or 4003102. OLE color: 4003102.
HSL color Cylindrical-coordinate representation of color #1E153D: hue angle of 253.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E153D is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 21 | 61 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.76 |
| HSL | 253.5º | 0.49% | 0.16% | - |
| HSV(B) | 253.5º | 0.66% | 0.24% | - |
| XYZ | 1.65 | 1.15 | 4.55 | - |
| YUV | 28.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 61 | 0.51 | 0.66 | 0 | 0.76 | 253.5 | 0.49 | 0.16 |
| Hex | 1E | 15 | 3D | 33 | 42 | 0 | 4C | FE | 31 | 10 |
| Octal | 36 | 25 | 75 | 63 | 102 | 0 | 114 | 376 | 61 | 20 |
| Binary | 11110 | 10101 | 111101 | 110011 | 1000010 | 0 | 1001100 | 11111110 | 110001 | 10000 |
Color Harmonies of #1E153D
Complementary color
Monochromatic Colors of #1E153D
Black with #1E153D
Text Example
Text Example
White with #1E153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E153D; }
p { color: rgb(30,21,61); }
H1.HeaderClassName
{
color: #1E153D;
}
.AnyTagClassName
{
color: #1E153D;
}
</style>
background-color css
<style>
a { background-color: #1E153D; }
a { background-color: rgb(30,21,61); }
div.DivClassName
{
background-color: #1E153D;
}
.BgClassName
{
background-color: #1E153D;
}
</style>
border-color css
<style>
span { border-color: #1E153D; }
span { border-color: rgb(30,21,61); }
td.TdClassName
{
border-color: #1E153D;
}
.TagClassName
{
border-color: #1E153D;
}
</style>