Shades of Tangaroa #102C41
Tints of Tangaroa #102C41
RGB
CMYK
RGB Variations
Color information
#102C41 (or 0x102C41) is known color: Tangaroa. HEX triplet: 10, 2C and 41. RGB value is (16,44,65). Sum of RGB (Red+Green+Blue) = 16+44+65=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #102C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102C41 is #EFD3BE. Grayscale: #252525. Windows color (decimal): -15717311 or 4271120. OLE color: 4271120.
HSL color Cylindrical-coordinate representation of color #102C41: hue angle of 205.71º 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 #102C41 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 44 | 65 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.75 |
| HSL | 205.71º | 0.6% | 0.16% | - |
| HSV(B) | 205.71º | 0.75% | 0.25% | - |
| XYZ | 2.07 | 2.29 | 5.33 | - |
| YUV | 38.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 65 | 0.75 | 0.32 | 0 | 0.75 | 205.71 | 0.6 | 0.16 |
| Hex | 10 | 2C | 41 | 4B | 20 | 0 | 4B | CE | 3C | 10 |
| Octal | 20 | 54 | 101 | 113 | 40 | 0 | 113 | 316 | 74 | 20 |
| Binary | 10000 | 101100 | 1000001 | 1001011 | 100000 | 0 | 1001011 | 11001110 | 111100 | 10000 |
Color Harmonies of #102C41
Complementary color
Monochromatic Colors of #102C41
Black with #102C41
Text Example
Text Example
White with #102C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C41; }
p { color: rgb(16,44,65); }
H1.HeaderClassName
{
color: #102C41;
}
.AnyTagClassName
{
color: #102C41;
}
</style>
background-color css
<style>
a { background-color: #102C41; }
a { background-color: rgb(16,44,65); }
div.DivClassName
{
background-color: #102C41;
}
.BgClassName
{
background-color: #102C41;
}
</style>
border-color css
<style>
span { border-color: #102C41; }
span { border-color: rgb(16,44,65); }
td.TdClassName
{
border-color: #102C41;
}
.TagClassName
{
border-color: #102C41;
}
</style>