Shades of Tangaroa #172A39
Tints of Tangaroa #172A39
RGB
CMYK
RGB Variations
Color information
#172A39 (or 0x172A39) is known color: Tangaroa. HEX triplet: 17, 2A and 39. RGB value is (23,42,57). Sum of RGB (Red+Green+Blue) = 23+42+57=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #172A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A39 is #E8D5C6. Grayscale: #252525. Windows color (decimal): -15259079 or 3746327. OLE color: 3746327.
HSL color Cylindrical-coordinate representation of color #172A39: hue angle of 206.47º 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 #172A39 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 42 | 57 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.78 |
| HSL | 206.47º | 0.43% | 0.16% | - |
| HSV(B) | 206.47º | 0.6% | 0.22% | - |
| XYZ | 1.92 | 2.13 | 4.18 | - |
| YUV | 38.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 57 | 0.60 | 0.26 | 0 | 0.78 | 206.47 | 0.43 | 0.16 |
| Hex | 17 | 2A | 39 | 3C | 1A | 0 | 4E | CE | 2A | 10 |
| Octal | 27 | 52 | 71 | 74 | 32 | 0 | 116 | 316 | 52 | 20 |
| Binary | 10111 | 101010 | 111001 | 111100 | 11010 | 0 | 1001110 | 11001110 | 101010 | 10000 |
Color Harmonies of #172A39
Complementary color
Monochromatic Colors of #172A39
Black with #172A39
Text Example
Text Example
White with #172A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A39; }
p { color: rgb(23,42,57); }
H1.HeaderClassName
{
color: #172A39;
}
.AnyTagClassName
{
color: #172A39;
}
</style>
background-color css
<style>
a { background-color: #172A39; }
a { background-color: rgb(23,42,57); }
div.DivClassName
{
background-color: #172A39;
}
.BgClassName
{
background-color: #172A39;
}
</style>
border-color css
<style>
span { border-color: #172A39; }
span { border-color: rgb(23,42,57); }
td.TdClassName
{
border-color: #172A39;
}
.TagClassName
{
border-color: #172A39;
}
</style>