Shades of Tolopea #1E183F
Tints of Tolopea #1E183F
RGB
CMYK
RGB Variations
Color information
#1E183F (or 0x1E183F) is known color: Tolopea. HEX triplet: 1E, 18 and 3F. RGB value is (30,24,63). Sum of RGB (Red+Green+Blue) = 30+24+63=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E183F is #E1E7C0. Grayscale: #1E1E1E. Windows color (decimal): -14804929 or 4134942. OLE color: 4134942.
HSL color Cylindrical-coordinate representation of color #1E183F: hue angle of 249.23º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E183F is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 24 | 63 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.75 |
| HSL | 249.23º | 0.45% | 0.17% | - |
| HSV(B) | 249.23º | 0.62% | 0.25% | - |
| XYZ | 1.76 | 1.29 | 4.86 | - |
| YUV | 30.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 63 | 0.52 | 0.62 | 0 | 0.75 | 249.23 | 0.45 | 0.17 |
| Hex | 1E | 18 | 3F | 34 | 3E | 0 | 4B | F9 | 2D | 11 |
| Octal | 36 | 30 | 77 | 64 | 76 | 0 | 113 | 371 | 55 | 21 |
| Binary | 11110 | 11000 | 111111 | 110100 | 111110 | 0 | 1001011 | 11111001 | 101101 | 10001 |
Color Harmonies of #1E183F
Complementary color
Monochromatic Colors of #1E183F
Black with #1E183F
Text Example
Text Example
White with #1E183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E183F; }
p { color: rgb(30,24,63); }
H1.HeaderClassName
{
color: #1E183F;
}
.AnyTagClassName
{
color: #1E183F;
}
</style>
background-color css
<style>
a { background-color: #1E183F; }
a { background-color: rgb(30,24,63); }
div.DivClassName
{
background-color: #1E183F;
}
.BgClassName
{
background-color: #1E183F;
}
</style>
border-color css
<style>
span { border-color: #1E183F; }
span { border-color: rgb(30,24,63); }
td.TdClassName
{
border-color: #1E183F;
}
.TagClassName
{
border-color: #1E183F;
}
</style>