Shades of Tolopea #1D163D
Tints of Tolopea #1D163D
RGB
CMYK
RGB Variations
Color information
#1D163D (or 0x1D163D) is known color: Tolopea. HEX triplet: 1D, 16 and 3D. RGB value is (29,22,61). Sum of RGB (Red+Green+Blue) = 29+22+61=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 22 (8.98% from 255 or 19.64% 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 #1D163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D163D is #E2E9C2. Grayscale: #1C1C1C. Windows color (decimal): -14870979 or 4003357. OLE color: 4003357.
HSL color Cylindrical-coordinate representation of color #1D163D: hue angle of 250.77º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D163D is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 22 | 61 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.76 |
| HSL | 250.77º | 0.47% | 0.16% | - |
| HSV(B) | 250.77º | 0.64% | 0.24% | - |
| XYZ | 1.64 | 1.17 | 4.55 | - |
| YUV | 28.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 61 | 0.52 | 0.64 | 0 | 0.76 | 250.77 | 0.47 | 0.16 |
| Hex | 1D | 16 | 3D | 34 | 40 | 0 | 4C | FB | 2F | 10 |
| Octal | 35 | 26 | 75 | 64 | 100 | 0 | 114 | 373 | 57 | 20 |
| Binary | 11101 | 10110 | 111101 | 110100 | 1000000 | 0 | 1001100 | 11111011 | 101111 | 10000 |
Color Harmonies of #1D163D
Complementary color
Monochromatic Colors of #1D163D
Black with #1D163D
Text Example
Text Example
White with #1D163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D163D; }
p { color: rgb(29,22,61); }
H1.HeaderClassName
{
color: #1D163D;
}
.AnyTagClassName
{
color: #1D163D;
}
</style>
background-color css
<style>
a { background-color: #1D163D; }
a { background-color: rgb(29,22,61); }
div.DivClassName
{
background-color: #1D163D;
}
.BgClassName
{
background-color: #1D163D;
}
</style>
border-color css
<style>
span { border-color: #1D163D; }
span { border-color: rgb(29,22,61); }
td.TdClassName
{
border-color: #1D163D;
}
.TagClassName
{
border-color: #1D163D;
}
</style>