Shades of Tangaroa #102A48
Tints of Tangaroa #102A48
RGB
CMYK
RGB Variations
Color information
#102A48 (or 0x102A48) is known color: Tangaroa. HEX triplet: 10, 2A and 48. RGB value is (16,42,72). Sum of RGB (Red+Green+Blue) = 16+42+72=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #102A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102A48 is #EFD5B7. Grayscale: #252525. Windows color (decimal): -15717816 or 4729360. OLE color: 4729360.
HSL color Cylindrical-coordinate representation of color #102A48: hue angle of 212.14º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #102A48 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 42 | 72 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.72 |
| HSL | 212.14º | 0.64% | 0.17% | - |
| HSV(B) | 212.14º | 0.78% | 0.28% | - |
| XYZ | 2.21 | 2.23 | 6.45 | - |
| YUV | 37.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 72 | 0.78 | 0.42 | 0 | 0.72 | 212.14 | 0.64 | 0.17 |
| Hex | 10 | 2A | 48 | 4E | 2A | 0 | 48 | D4 | 40 | 11 |
| Octal | 20 | 52 | 110 | 116 | 52 | 0 | 110 | 324 | 100 | 21 |
| Binary | 10000 | 101010 | 1001000 | 1001110 | 101010 | 0 | 1001000 | 11010100 | 1000000 | 10001 |
Color Harmonies of #102A48
Complementary color
Monochromatic Colors of #102A48
Black with #102A48
Text Example
Text Example
White with #102A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A48; }
p { color: rgb(16,42,72); }
H1.HeaderClassName
{
color: #102A48;
}
.AnyTagClassName
{
color: #102A48;
}
</style>
background-color css
<style>
a { background-color: #102A48; }
a { background-color: rgb(16,42,72); }
div.DivClassName
{
background-color: #102A48;
}
.BgClassName
{
background-color: #102A48;
}
</style>
border-color css
<style>
span { border-color: #102A48; }
span { border-color: rgb(16,42,72); }
td.TdClassName
{
border-color: #102A48;
}
.TagClassName
{
border-color: #102A48;
}
</style>