Shades of Tolopea #1D163F
Tints of Tolopea #1D163F
RGB
CMYK
RGB Variations
Color information
#1D163F (or 0x1D163F) is known color: Tolopea. HEX triplet: 1D, 16 and 3F. RGB value is (29,22,63). Sum of RGB (Red+Green+Blue) = 29+22+63=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D163F is #E2E9C0. Grayscale: #1C1C1C. Windows color (decimal): -14870977 or 4134429. OLE color: 4134429.
HSL color Cylindrical-coordinate representation of color #1D163F: hue angle of 250.24º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D163F is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 22 | 63 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.75 |
| HSL | 250.24º | 0.48% | 0.17% | - |
| HSV(B) | 250.24º | 0.65% | 0.25% | - |
| XYZ | 1.69 | 1.19 | 4.84 | - |
| YUV | 28.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 63 | 0.54 | 0.65 | 0 | 0.75 | 250.24 | 0.48 | 0.17 |
| Hex | 1D | 16 | 3F | 36 | 41 | 0 | 4B | FA | 30 | 11 |
| Octal | 35 | 26 | 77 | 66 | 101 | 0 | 113 | 372 | 60 | 21 |
| Binary | 11101 | 10110 | 111111 | 110110 | 1000001 | 0 | 1001011 | 11111010 | 110000 | 10001 |
Color Harmonies of #1D163F
Complementary color
Monochromatic Colors of #1D163F
Black with #1D163F
Text Example
Text Example
White with #1D163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D163F; }
p { color: rgb(29,22,63); }
H1.HeaderClassName
{
color: #1D163F;
}
.AnyTagClassName
{
color: #1D163F;
}
</style>
background-color css
<style>
a { background-color: #1D163F; }
a { background-color: rgb(29,22,63); }
div.DivClassName
{
background-color: #1D163F;
}
.BgClassName
{
background-color: #1D163F;
}
</style>
border-color css
<style>
span { border-color: #1D163F; }
span { border-color: rgb(29,22,63); }
td.TdClassName
{
border-color: #1D163F;
}
.TagClassName
{
border-color: #1D163F;
}
</style>