Shades of Tangaroa #172B40
Tints of Tangaroa #172B40
RGB
CMYK
RGB Variations
Color information
#172B40 (or 0x172B40) is known color: Tangaroa. HEX triplet: 17, 2B and 40. RGB value is (23,43,64). Sum of RGB (Red+Green+Blue) = 23+43+64=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #172B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172B40 is #E8D4BF. Grayscale: #272727. Windows color (decimal): -15258816 or 4205335. OLE color: 4205335.
HSL color Cylindrical-coordinate representation of color #172B40: hue angle of 210.73º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #172B40 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 43 | 64 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.75 |
| HSL | 210.73º | 0.47% | 0.17% | - |
| HSV(B) | 210.73º | 0.64% | 0.25% | - |
| XYZ | 2.14 | 2.28 | 5.18 | - |
| YUV | 39.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 64 | 0.64 | 0.33 | 0 | 0.75 | 210.73 | 0.47 | 0.17 |
| Hex | 17 | 2B | 40 | 40 | 21 | 0 | 4B | D3 | 2F | 11 |
| Octal | 27 | 53 | 100 | 100 | 41 | 0 | 113 | 323 | 57 | 21 |
| Binary | 10111 | 101011 | 1000000 | 1000000 | 100001 | 0 | 1001011 | 11010011 | 101111 | 10001 |
Color Harmonies of #172B40
Complementary color
Monochromatic Colors of #172B40
Black with #172B40
Text Example
Text Example
White with #172B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B40; }
p { color: rgb(23,43,64); }
H1.HeaderClassName
{
color: #172B40;
}
.AnyTagClassName
{
color: #172B40;
}
</style>
background-color css
<style>
a { background-color: #172B40; }
a { background-color: rgb(23,43,64); }
div.DivClassName
{
background-color: #172B40;
}
.BgClassName
{
background-color: #172B40;
}
</style>
border-color css
<style>
span { border-color: #172B40; }
span { border-color: rgb(23,43,64); }
td.TdClassName
{
border-color: #172B40;
}
.TagClassName
{
border-color: #172B40;
}
</style>