Shades of Tangaroa #102C42
Tints of Tangaroa #102C42
RGB
CMYK
RGB Variations
Color information
#102C42 (or 0x102C42) is known color: Tangaroa. HEX triplet: 10, 2C and 42. RGB value is (16,44,66). Sum of RGB (Red+Green+Blue) = 16+44+66=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #102C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102C42 is #EFD3BD. Grayscale: #262626. Windows color (decimal): -15717310 or 4336656. OLE color: 4336656.
HSL color Cylindrical-coordinate representation of color #102C42: hue angle of 206.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #102C42 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 44 | 66 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.74 |
| HSL | 206.4º | 0.61% | 0.16% | - |
| HSV(B) | 206.4º | 0.76% | 0.26% | - |
| XYZ | 2.1 | 2.3 | 5.49 | - |
| YUV | 38.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 66 | 0.76 | 0.33 | 0 | 0.74 | 206.4 | 0.61 | 0.16 |
| Hex | 10 | 2C | 42 | 4C | 21 | 0 | 4A | CE | 3D | 10 |
| Octal | 20 | 54 | 102 | 114 | 41 | 0 | 112 | 316 | 75 | 20 |
| Binary | 10000 | 101100 | 1000010 | 1001100 | 100001 | 0 | 1001010 | 11001110 | 111101 | 10000 |
Color Harmonies of #102C42
Complementary color
Monochromatic Colors of #102C42
Black with #102C42
Text Example
Text Example
White with #102C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C42; }
p { color: rgb(16,44,66); }
H1.HeaderClassName
{
color: #102C42;
}
.AnyTagClassName
{
color: #102C42;
}
</style>
background-color css
<style>
a { background-color: #102C42; }
a { background-color: rgb(16,44,66); }
div.DivClassName
{
background-color: #102C42;
}
.BgClassName
{
background-color: #102C42;
}
</style>
border-color css
<style>
span { border-color: #102C42; }
span { border-color: rgb(16,44,66); }
td.TdClassName
{
border-color: #102C42;
}
.TagClassName
{
border-color: #102C42;
}
</style>