Shades of Tolopea #170C3F
Tints of Tolopea #170C3F
RGB
CMYK
RGB Variations
Color information
#170C3F (or 0x170C3F) is known color: Tolopea. HEX triplet: 17, 0C and 3F. RGB value is (23,12,63). Sum of RGB (Red+Green+Blue) = 23+12+63=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #170C3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C3F is #E8F3C0. Grayscale: #141414. Windows color (decimal): -15266753 or 4131863. OLE color: 4131863.
HSL color Cylindrical-coordinate representation of color #170C3F: hue angle of 252.94º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #170C3F is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 12 | 63 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.75 |
| HSL | 252.94º | 0.68% | 0.15% | - |
| HSV(B) | 252.94º | 0.81% | 0.25% | - |
| XYZ | 1.38 | 0.8 | 4.78 | - |
| YUV | 21.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 63 | 0.63 | 0.81 | 0 | 0.75 | 252.94 | 0.68 | 0.15 |
| Hex | 17 | C | 3F | 3F | 51 | 0 | 4B | FD | 44 | F |
| Octal | 27 | 14 | 77 | 77 | 121 | 0 | 113 | 375 | 104 | 17 |
| Binary | 10111 | 1100 | 111111 | 111111 | 1010001 | 0 | 1001011 | 11111101 | 1000100 | 1111 |
Color Harmonies of #170C3F
Complementary color
Monochromatic Colors of #170C3F
Black with #170C3F
Text Example
Text Example
White with #170C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C3F; }
p { color: rgb(23,12,63); }
H1.HeaderClassName
{
color: #170C3F;
}
.AnyTagClassName
{
color: #170C3F;
}
</style>
background-color css
<style>
a { background-color: #170C3F; }
a { background-color: rgb(23,12,63); }
div.DivClassName
{
background-color: #170C3F;
}
.BgClassName
{
background-color: #170C3F;
}
</style>
border-color css
<style>
span { border-color: #170C3F; }
span { border-color: rgb(23,12,63); }
td.TdClassName
{
border-color: #170C3F;
}
.TagClassName
{
border-color: #170C3F;
}
</style>