Shades of Tolopea #1D1437
Tints of Tolopea #1D1437
RGB
CMYK
RGB Variations
Color information
#1D1437 (or 0x1D1437) is known color: Tolopea. HEX triplet: 1D, 14 and 37. RGB value is (29,20,55). Sum of RGB (Red+Green+Blue) = 29+20+55=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1437 is #E2EBC8. Grayscale: #1A1A1A. Windows color (decimal): -14871497 or 3609629. OLE color: 3609629.
HSL color Cylindrical-coordinate representation of color #1D1437: hue angle of 255.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D1437 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 20 | 55 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.78 |
| HSL | 255.43º | 0.47% | 0.15% | - |
| HSV(B) | 255.43º | 0.64% | 0.22% | - |
| XYZ | 1.45 | 1.04 | 3.74 | - |
| YUV | 26.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 55 | 0.47 | 0.64 | 0 | 0.78 | 255.43 | 0.47 | 0.15 |
| Hex | 1D | 14 | 37 | 2F | 40 | 0 | 4E | FF | 2F | F |
| Octal | 35 | 24 | 67 | 57 | 100 | 0 | 116 | 377 | 57 | 17 |
| Binary | 11101 | 10100 | 110111 | 101111 | 1000000 | 0 | 1001110 | 11111111 | 101111 | 1111 |
Color Harmonies of #1D1437
Complementary color
Monochromatic Colors of #1D1437
Black with #1D1437
Text Example
Text Example
White with #1D1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1437; }
p { color: rgb(29,20,55); }
H1.HeaderClassName
{
color: #1D1437;
}
.AnyTagClassName
{
color: #1D1437;
}
</style>
background-color css
<style>
a { background-color: #1D1437; }
a { background-color: rgb(29,20,55); }
div.DivClassName
{
background-color: #1D1437;
}
.BgClassName
{
background-color: #1D1437;
}
</style>
border-color css
<style>
span { border-color: #1D1437; }
span { border-color: rgb(29,20,55); }
td.TdClassName
{
border-color: #1D1437;
}
.TagClassName
{
border-color: #1D1437;
}
</style>