Shades of Tangaroa #102D3F
Tints of Tangaroa #102D3F
RGB
CMYK
RGB Variations
Color information
#102D3F (or 0x102D3F) is known color: Tangaroa. HEX triplet: 10, 2D and 3F. RGB value is (16,45,63). Sum of RGB (Red+Green+Blue) = 16+45+63=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #102D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102D3F is #EFD2C0. Grayscale: #262626. Windows color (decimal): -15717057 or 4140304. OLE color: 4140304.
HSL color Cylindrical-coordinate representation of color #102D3F: hue angle of 202.98º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #102D3F is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 45 | 63 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.75 |
| HSL | 202.98º | 0.59% | 0.15% | - |
| HSV(B) | 202.98º | 0.75% | 0.25% | - |
| XYZ | 2.05 | 2.35 | 5.05 | - |
| YUV | 38.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 63 | 0.75 | 0.29 | 0 | 0.75 | 202.98 | 0.59 | 0.15 |
| Hex | 10 | 2D | 3F | 4B | 1D | 0 | 4B | CB | 3B | F |
| Octal | 20 | 55 | 77 | 113 | 35 | 0 | 113 | 313 | 73 | 17 |
| Binary | 10000 | 101101 | 111111 | 1001011 | 11101 | 0 | 1001011 | 11001011 | 111011 | 1111 |
Color Harmonies of #102D3F
Complementary color
Monochromatic Colors of #102D3F
Black with #102D3F
Text Example
Text Example
White with #102D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D3F; }
p { color: rgb(16,45,63); }
H1.HeaderClassName
{
color: #102D3F;
}
.AnyTagClassName
{
color: #102D3F;
}
</style>
background-color css
<style>
a { background-color: #102D3F; }
a { background-color: rgb(16,45,63); }
div.DivClassName
{
background-color: #102D3F;
}
.BgClassName
{
background-color: #102D3F;
}
</style>
border-color css
<style>
span { border-color: #102D3F; }
span { border-color: rgb(16,45,63); }
td.TdClassName
{
border-color: #102D3F;
}
.TagClassName
{
border-color: #102D3F;
}
</style>