Shades of Tangaroa #102743
Tints of Tangaroa #102743
RGB
CMYK
RGB Variations
Color information
#102743 (or 0x102743) is known color: Tangaroa. HEX triplet: 10, 27 and 43. RGB value is (16,39,67). Sum of RGB (Red+Green+Blue) = 16+39+67=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #102743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102743 is #EFD8BC. Grayscale: #232323. Windows color (decimal): -15718589 or 4400912. OLE color: 4400912.
HSL color Cylindrical-coordinate representation of color #102743: hue angle of 212.94º 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 #102743 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 39 | 67 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.74 |
| HSL | 212.94º | 0.61% | 0.16% | - |
| HSV(B) | 212.94º | 0.76% | 0.26% | - |
| XYZ | 1.95 | 1.97 | 5.59 | - |
| YUV | 35.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 67 | 0.76 | 0.42 | 0 | 0.74 | 212.94 | 0.61 | 0.16 |
| Hex | 10 | 27 | 43 | 4C | 2A | 0 | 4A | D5 | 3D | 10 |
| Octal | 20 | 47 | 103 | 114 | 52 | 0 | 112 | 325 | 75 | 20 |
| Binary | 10000 | 100111 | 1000011 | 1001100 | 101010 | 0 | 1001010 | 11010101 | 111101 | 10000 |
Color Harmonies of #102743
Complementary color
Monochromatic Colors of #102743
Black with #102743
Text Example
Text Example
White with #102743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102743; }
p { color: rgb(16,39,67); }
H1.HeaderClassName
{
color: #102743;
}
.AnyTagClassName
{
color: #102743;
}
</style>
background-color css
<style>
a { background-color: #102743; }
a { background-color: rgb(16,39,67); }
div.DivClassName
{
background-color: #102743;
}
.BgClassName
{
background-color: #102743;
}
</style>
border-color css
<style>
span { border-color: #102743; }
span { border-color: rgb(16,39,67); }
td.TdClassName
{
border-color: #102743;
}
.TagClassName
{
border-color: #102743;
}
</style>