Shades of Tangaroa #17273B
Tints of Tangaroa #17273B
RGB
CMYK
RGB Variations
Color information
#17273B (or 0x17273B) is known color: Tangaroa. HEX triplet: 17, 27 and 3B. RGB value is (23,39,59). Sum of RGB (Red+Green+Blue) = 23+39+59=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #17273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17273B is #E8D8C4. Grayscale: #242424. Windows color (decimal): -15259845 or 3876631. OLE color: 3876631.
HSL color Cylindrical-coordinate representation of color #17273B: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #17273B is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 39 | 59 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.77 |
| HSL | 213.33º | 0.44% | 0.16% | - |
| HSV(B) | 213.33º | 0.61% | 0.23% | - |
| XYZ | 1.87 | 1.95 | 4.42 | - |
| YUV | 36.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 59 | 0.61 | 0.34 | 0 | 0.77 | 213.33 | 0.44 | 0.16 |
| Hex | 17 | 27 | 3B | 3D | 22 | 0 | 4D | D5 | 2C | 10 |
| Octal | 27 | 47 | 73 | 75 | 42 | 0 | 115 | 325 | 54 | 20 |
| Binary | 10111 | 100111 | 111011 | 111101 | 100010 | 0 | 1001101 | 11010101 | 101100 | 10000 |
Color Harmonies of #17273B
Complementary color
Monochromatic Colors of #17273B
Black with #17273B
Text Example
Text Example
White with #17273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17273B; }
p { color: rgb(23,39,59); }
H1.HeaderClassName
{
color: #17273B;
}
.AnyTagClassName
{
color: #17273B;
}
</style>
background-color css
<style>
a { background-color: #17273B; }
a { background-color: rgb(23,39,59); }
div.DivClassName
{
background-color: #17273B;
}
.BgClassName
{
background-color: #17273B;
}
</style>
border-color css
<style>
span { border-color: #17273B; }
span { border-color: rgb(23,39,59); }
td.TdClassName
{
border-color: #17273B;
}
.TagClassName
{
border-color: #17273B;
}
</style>