Shades of Tangaroa #102737
Tints of Tangaroa #102737
RGB
CMYK
RGB Variations
Color information
#102737 (or 0x102737) is known color: Tangaroa. HEX triplet: 10, 27 and 37. RGB value is (16,39,55). Sum of RGB (Red+Green+Blue) = 16+39+55=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #102737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102737 is #EFD8C8. Grayscale: #212121. Windows color (decimal): -15718601 or 3614480. OLE color: 3614480.
HSL color Cylindrical-coordinate representation of color #102737: hue angle of 204.62º 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 #102737 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 39 | 55 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.78 |
| HSL | 204.62º | 0.55% | 0.14% | - |
| HSV(B) | 204.62º | 0.71% | 0.22% | - |
| XYZ | 1.63 | 1.84 | 3.88 | - |
| YUV | 33.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 55 | 0.71 | 0.29 | 0 | 0.78 | 204.62 | 0.55 | 0.14 |
| Hex | 10 | 27 | 37 | 47 | 1D | 0 | 4E | CD | 37 | E |
| Octal | 20 | 47 | 67 | 107 | 35 | 0 | 116 | 315 | 67 | 16 |
| Binary | 10000 | 100111 | 110111 | 1000111 | 11101 | 0 | 1001110 | 11001101 | 110111 | 1110 |
Color Harmonies of #102737
Complementary color
Monochromatic Colors of #102737
Black with #102737
Text Example
Text Example
White with #102737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102737; }
p { color: rgb(16,39,55); }
H1.HeaderClassName
{
color: #102737;
}
.AnyTagClassName
{
color: #102737;
}
</style>
background-color css
<style>
a { background-color: #102737; }
a { background-color: rgb(16,39,55); }
div.DivClassName
{
background-color: #102737;
}
.BgClassName
{
background-color: #102737;
}
</style>
border-color css
<style>
span { border-color: #102737; }
span { border-color: rgb(16,39,55); }
td.TdClassName
{
border-color: #102737;
}
.TagClassName
{
border-color: #102737;
}
</style>