Shades of Tangaroa #16293C
Tints of Tangaroa #16293C
RGB
CMYK
RGB Variations
Color information
#16293C (or 0x16293C) is known color: Tangaroa. HEX triplet: 16, 29 and 3C. RGB value is (22,41,60). Sum of RGB (Red+Green+Blue) = 22+41+60=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #16293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16293C is #E9D6C3. Grayscale: #252525. Windows color (decimal): -15324868 or 3942678. OLE color: 3942678.
HSL color Cylindrical-coordinate representation of color #16293C: hue angle of 210º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16293C is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 41 | 60 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.76 |
| HSL | 210º | 0.46% | 0.16% | - |
| HSV(B) | 210º | 0.63% | 0.24% | - |
| XYZ | 1.94 | 2.08 | 4.57 | - |
| YUV | 37.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 60 | 0.63 | 0.32 | 0 | 0.76 | 210 | 0.46 | 0.16 |
| Hex | 16 | 29 | 3C | 3F | 20 | 0 | 4C | D2 | 2E | 10 |
| Octal | 26 | 51 | 74 | 77 | 40 | 0 | 114 | 322 | 56 | 20 |
| Binary | 10110 | 101001 | 111100 | 111111 | 100000 | 0 | 1001100 | 11010010 | 101110 | 10000 |
Color Harmonies of #16293C
Complementary color
Monochromatic Colors of #16293C
Black with #16293C
Text Example
Text Example
White with #16293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16293C; }
p { color: rgb(22,41,60); }
H1.HeaderClassName
{
color: #16293C;
}
.AnyTagClassName
{
color: #16293C;
}
</style>
background-color css
<style>
a { background-color: #16293C; }
a { background-color: rgb(22,41,60); }
div.DivClassName
{
background-color: #16293C;
}
.BgClassName
{
background-color: #16293C;
}
</style>
border-color css
<style>
span { border-color: #16293C; }
span { border-color: rgb(22,41,60); }
td.TdClassName
{
border-color: #16293C;
}
.TagClassName
{
border-color: #16293C;
}
</style>