Shades of Tangaroa #172639
Tints of Tangaroa #172639
RGB
CMYK
RGB Variations
Color information
#172639 (or 0x172639) is known color: Tangaroa. HEX triplet: 17, 26 and 39. RGB value is (23,38,57). Sum of RGB (Red+Green+Blue) = 23+38+57=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #172639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172639 is #E8D9C6. Grayscale: #232323. Windows color (decimal): -15260103 or 3745303. OLE color: 3745303.
HSL color Cylindrical-coordinate representation of color #172639: hue angle of 213.53º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #172639 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 38 | 57 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.78 |
| HSL | 213.53º | 0.43% | 0.16% | - |
| HSV(B) | 213.53º | 0.6% | 0.22% | - |
| XYZ | 1.78 | 1.86 | 4.14 | - |
| YUV | 35.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 57 | 0.60 | 0.33 | 0 | 0.78 | 213.53 | 0.43 | 0.16 |
| Hex | 17 | 26 | 39 | 3C | 21 | 0 | 4E | D6 | 2A | 10 |
| Octal | 27 | 46 | 71 | 74 | 41 | 0 | 116 | 326 | 52 | 20 |
| Binary | 10111 | 100110 | 111001 | 111100 | 100001 | 0 | 1001110 | 11010110 | 101010 | 10000 |
Color Harmonies of #172639
Complementary color
Monochromatic Colors of #172639
Black with #172639
Text Example
Text Example
White with #172639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172639; }
p { color: rgb(23,38,57); }
H1.HeaderClassName
{
color: #172639;
}
.AnyTagClassName
{
color: #172639;
}
</style>
background-color css
<style>
a { background-color: #172639; }
a { background-color: rgb(23,38,57); }
div.DivClassName
{
background-color: #172639;
}
.BgClassName
{
background-color: #172639;
}
</style>
border-color css
<style>
span { border-color: #172639; }
span { border-color: rgb(23,38,57); }
td.TdClassName
{
border-color: #172639;
}
.TagClassName
{
border-color: #172639;
}
</style>