Shades of Tangaroa #102137
Tints of Tangaroa #102137
RGB
CMYK
RGB Variations
Color information
#102137 (or 0x102137) is known color: Tangaroa. HEX triplet: 10, 21 and 37. RGB value is (16,33,55). Sum of RGB (Red+Green+Blue) = 16+33+55=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #102137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102137 is #EFDEC8. Grayscale: #1E1E1E. Windows color (decimal): -15720137 or 3612944. OLE color: 3612944.
HSL color Cylindrical-coordinate representation of color #102137: hue angle of 213.85º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #102137 is Cyan = 0.71, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 33 | 55 | - |
| CMYK | 0.71 | 0.4 | 0 | 0.78 |
| HSL | 213.85º | 0.55% | 0.14% | - |
| HSV(B) | 213.85º | 0.71% | 0.22% | - |
| XYZ | 1.45 | 1.47 | 3.82 | - |
| YUV | 30.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 55 | 0.71 | 0.4 | 0 | 0.78 | 213.85 | 0.55 | 0.14 |
| Hex | 10 | 21 | 37 | 47 | 28 | 0 | 4E | D6 | 37 | E |
| Octal | 20 | 41 | 67 | 107 | 50 | 0 | 116 | 326 | 67 | 16 |
| Binary | 10000 | 100001 | 110111 | 1000111 | 101000 | 0 | 1001110 | 11010110 | 110111 | 1110 |
Color Harmonies of #102137
Complementary color
Monochromatic Colors of #102137
Black with #102137
Text Example
Text Example
White with #102137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102137; }
p { color: rgb(16,33,55); }
H1.HeaderClassName
{
color: #102137;
}
.AnyTagClassName
{
color: #102137;
}
</style>
background-color css
<style>
a { background-color: #102137; }
a { background-color: rgb(16,33,55); }
div.DivClassName
{
background-color: #102137;
}
.BgClassName
{
background-color: #102137;
}
</style>
border-color css
<style>
span { border-color: #102137; }
span { border-color: rgb(16,33,55); }
td.TdClassName
{
border-color: #102137;
}
.TagClassName
{
border-color: #102137;
}
</style>