Shades of Tangaroa #16283B
Tints of Tangaroa #16283B
RGB
CMYK
RGB Variations
Color information
#16283B (or 0x16283B) is known color: Tangaroa. HEX triplet: 16, 28 and 3B. RGB value is (22,40,59). Sum of RGB (Red+Green+Blue) = 22+40+59=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 40 (16.02% from 255 or 33.06% 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 #16283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16283B is #E9D7C4. Grayscale: #242424. Windows color (decimal): -15325125 or 3876886. OLE color: 3876886.
HSL color Cylindrical-coordinate representation of color #16283B: hue angle of 210.81º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16283B is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 40 | 59 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.77 |
| HSL | 210.81º | 0.46% | 0.16% | - |
| HSV(B) | 210.81º | 0.63% | 0.23% | - |
| XYZ | 1.88 | 2 | 4.43 | - |
| YUV | 36.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 59 | 0.63 | 0.32 | 0 | 0.77 | 210.81 | 0.46 | 0.16 |
| Hex | 16 | 28 | 3B | 3F | 20 | 0 | 4D | D3 | 2E | 10 |
| Octal | 26 | 50 | 73 | 77 | 40 | 0 | 115 | 323 | 56 | 20 |
| Binary | 10110 | 101000 | 111011 | 111111 | 100000 | 0 | 1001101 | 11010011 | 101110 | 10000 |
Color Harmonies of #16283B
Complementary color
Monochromatic Colors of #16283B
Black with #16283B
Text Example
Text Example
White with #16283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16283B; }
p { color: rgb(22,40,59); }
H1.HeaderClassName
{
color: #16283B;
}
.AnyTagClassName
{
color: #16283B;
}
</style>
background-color css
<style>
a { background-color: #16283B; }
a { background-color: rgb(22,40,59); }
div.DivClassName
{
background-color: #16283B;
}
.BgClassName
{
background-color: #16283B;
}
</style>
border-color css
<style>
span { border-color: #16283B; }
span { border-color: rgb(22,40,59); }
td.TdClassName
{
border-color: #16283B;
}
.TagClassName
{
border-color: #16283B;
}
</style>