Shades of Tolopea #1D153F
Tints of Tolopea #1D153F
RGB
CMYK
RGB Variations
Color information
#1D153F (or 0x1D153F) is known color: Tolopea. HEX triplet: 1D, 15 and 3F. RGB value is (29,21,63). Sum of RGB (Red+Green+Blue) = 29+21+63=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D153F is #E2EAC0. Grayscale: #1C1C1C. Windows color (decimal): -14871233 or 4134173. OLE color: 4134173.
HSL color Cylindrical-coordinate representation of color #1D153F: hue angle of 251.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D153F is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 21 | 63 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.75 |
| HSL | 251.43º | 0.5% | 0.16% | - |
| HSV(B) | 251.43º | 0.67% | 0.25% | - |
| XYZ | 1.67 | 1.16 | 4.84 | - |
| YUV | 28.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 63 | 0.54 | 0.67 | 0 | 0.75 | 251.43 | 0.5 | 0.16 |
| Hex | 1D | 15 | 3F | 36 | 43 | 0 | 4B | FB | 32 | 10 |
| Octal | 35 | 25 | 77 | 66 | 103 | 0 | 113 | 373 | 62 | 20 |
| Binary | 11101 | 10101 | 111111 | 110110 | 1000011 | 0 | 1001011 | 11111011 | 110010 | 10000 |
Color Harmonies of #1D153F
Complementary color
Monochromatic Colors of #1D153F
Black with #1D153F
Text Example
Text Example
White with #1D153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D153F; }
p { color: rgb(29,21,63); }
H1.HeaderClassName
{
color: #1D153F;
}
.AnyTagClassName
{
color: #1D153F;
}
</style>
background-color css
<style>
a { background-color: #1D153F; }
a { background-color: rgb(29,21,63); }
div.DivClassName
{
background-color: #1D153F;
}
.BgClassName
{
background-color: #1D153F;
}
</style>
border-color css
<style>
span { border-color: #1D153F; }
span { border-color: rgb(29,21,63); }
td.TdClassName
{
border-color: #1D153F;
}
.TagClassName
{
border-color: #1D153F;
}
</style>