Shades of Tangaroa #102E3F
Tints of Tangaroa #102E3F
RGB
CMYK
RGB Variations
Color information
#102E3F (or 0x102E3F) is known color: Tangaroa. HEX triplet: 10, 2E and 3F. RGB value is (16,46,63). Sum of RGB (Red+Green+Blue) = 16+46+63=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #102E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102E3F is #EFD1C0. Grayscale: #262626. Windows color (decimal): -15716801 or 4140560. OLE color: 4140560.
HSL color Cylindrical-coordinate representation of color #102E3F: hue angle of 201.7º 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 #102E3F is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 46 | 63 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.75 |
| HSL | 201.7º | 0.59% | 0.15% | - |
| HSV(B) | 201.7º | 0.75% | 0.25% | - |
| XYZ | 2.09 | 2.42 | 5.06 | - |
| YUV | 38.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 63 | 0.75 | 0.27 | 0 | 0.75 | 201.7 | 0.59 | 0.15 |
| Hex | 10 | 2E | 3F | 4B | 1B | 0 | 4B | CA | 3B | F |
| Octal | 20 | 56 | 77 | 113 | 33 | 0 | 113 | 312 | 73 | 17 |
| Binary | 10000 | 101110 | 111111 | 1001011 | 11011 | 0 | 1001011 | 11001010 | 111011 | 1111 |
Color Harmonies of #102E3F
Complementary color
Monochromatic Colors of #102E3F
Black with #102E3F
Text Example
Text Example
White with #102E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E3F; }
p { color: rgb(16,46,63); }
H1.HeaderClassName
{
color: #102E3F;
}
.AnyTagClassName
{
color: #102E3F;
}
</style>
background-color css
<style>
a { background-color: #102E3F; }
a { background-color: rgb(16,46,63); }
div.DivClassName
{
background-color: #102E3F;
}
.BgClassName
{
background-color: #102E3F;
}
</style>
border-color css
<style>
span { border-color: #102E3F; }
span { border-color: rgb(16,46,63); }
td.TdClassName
{
border-color: #102E3F;
}
.TagClassName
{
border-color: #102E3F;
}
</style>