Shades of Tangaroa #17263A
Tints of Tangaroa #17263A
RGB
CMYK
RGB Variations
Color information
#17263A (or 0x17263A) is known color: Tangaroa. HEX triplet: 17, 26 and 3A. RGB value is (23,38,58). Sum of RGB (Red+Green+Blue) = 23+38+58=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #17263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17263A is #E8D9C5. Grayscale: #232323. Windows color (decimal): -15260102 or 3810839. OLE color: 3810839.
HSL color Cylindrical-coordinate representation of color #17263A: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #17263A is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 38 | 58 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.77 |
| HSL | 214.29º | 0.43% | 0.16% | - |
| HSV(B) | 214.29º | 0.6% | 0.23% | - |
| XYZ | 1.81 | 1.87 | 4.27 | - |
| YUV | 35.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 58 | 0.60 | 0.34 | 0 | 0.77 | 214.29 | 0.43 | 0.16 |
| Hex | 17 | 26 | 3A | 3C | 22 | 0 | 4D | D6 | 2B | 10 |
| Octal | 27 | 46 | 72 | 74 | 42 | 0 | 115 | 326 | 53 | 20 |
| Binary | 10111 | 100110 | 111010 | 111100 | 100010 | 0 | 1001101 | 11010110 | 101011 | 10000 |
Color Harmonies of #17263A
Complementary color
Monochromatic Colors of #17263A
Black with #17263A
Text Example
Text Example
White with #17263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17263A; }
p { color: rgb(23,38,58); }
H1.HeaderClassName
{
color: #17263A;
}
.AnyTagClassName
{
color: #17263A;
}
</style>
background-color css
<style>
a { background-color: #17263A; }
a { background-color: rgb(23,38,58); }
div.DivClassName
{
background-color: #17263A;
}
.BgClassName
{
background-color: #17263A;
}
</style>
border-color css
<style>
span { border-color: #17263A; }
span { border-color: rgb(23,38,58); }
td.TdClassName
{
border-color: #17263A;
}
.TagClassName
{
border-color: #17263A;
}
</style>