Shades of Tangaroa #102B41
Tints of Tangaroa #102B41
RGB
CMYK
RGB Variations
Color information
#102B41 (or 0x102B41) is known color: Tangaroa. HEX triplet: 10, 2B and 41. RGB value is (16,43,65). Sum of RGB (Red+Green+Blue) = 16+43+65=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #102B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102B41 is #EFD4BE. Grayscale: #252525. Windows color (decimal): -15717567 or 4270864. OLE color: 4270864.
HSL color Cylindrical-coordinate representation of color #102B41: hue angle of 206.94º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #102B41 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 43 | 65 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.75 |
| HSL | 206.94º | 0.6% | 0.16% | - |
| HSV(B) | 206.94º | 0.75% | 0.25% | - |
| XYZ | 2.03 | 2.22 | 5.32 | - |
| YUV | 37.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 65 | 0.75 | 0.34 | 0 | 0.75 | 206.94 | 0.6 | 0.16 |
| Hex | 10 | 2B | 41 | 4B | 22 | 0 | 4B | CF | 3C | 10 |
| Octal | 20 | 53 | 101 | 113 | 42 | 0 | 113 | 317 | 74 | 20 |
| Binary | 10000 | 101011 | 1000001 | 1001011 | 100010 | 0 | 1001011 | 11001111 | 111100 | 10000 |
Color Harmonies of #102B41
Complementary color
Monochromatic Colors of #102B41
Black with #102B41
Text Example
Text Example
White with #102B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B41; }
p { color: rgb(16,43,65); }
H1.HeaderClassName
{
color: #102B41;
}
.AnyTagClassName
{
color: #102B41;
}
</style>
background-color css
<style>
a { background-color: #102B41; }
a { background-color: rgb(16,43,65); }
div.DivClassName
{
background-color: #102B41;
}
.BgClassName
{
background-color: #102B41;
}
</style>
border-color css
<style>
span { border-color: #102B41; }
span { border-color: rgb(16,43,65); }
td.TdClassName
{
border-color: #102B41;
}
.TagClassName
{
border-color: #102B41;
}
</style>