Shades of Tangaroa #0A2947
Tints of Tangaroa #0A2947
RGB
CMYK
RGB Variations
Color information
#0A2947 (or 0x0A2947) is known color: Tangaroa. HEX triplet: 0A, 29 and 47. RGB value is (10,41,71). Sum of RGB (Red+Green+Blue) = 10+41+71=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A2947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2947 is #F5D6B8. Grayscale: #232323. Windows color (decimal): -16111289 or 4663562. OLE color: 4663562.
HSL color Cylindrical-coordinate representation of color #0A2947: hue angle of 209.51º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2947 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 41 | 71 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.72 |
| HSL | 209.51º | 0.75% | 0.16% | - |
| HSV(B) | 209.51º | 0.86% | 0.28% | - |
| XYZ | 2.06 | 2.11 | 6.26 | - |
| YUV | 35.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 71 | 0.86 | 0.42 | 0 | 0.72 | 209.51 | 0.75 | 0.16 |
| Hex | A | 29 | 47 | 56 | 2A | 0 | 48 | D2 | 4B | 10 |
| Octal | 12 | 51 | 107 | 126 | 52 | 0 | 110 | 322 | 113 | 20 |
| Binary | 1010 | 101001 | 1000111 | 1010110 | 101010 | 0 | 1001000 | 11010010 | 1001011 | 10000 |
Color Harmonies of #0A2947
Complementary color
Monochromatic Colors of #0A2947
Black with #0A2947
Text Example
Text Example
White with #0A2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2947; }
p { color: rgb(10,41,71); }
H1.HeaderClassName
{
color: #0A2947;
}
.AnyTagClassName
{
color: #0A2947;
}
</style>
background-color css
<style>
a { background-color: #0A2947; }
a { background-color: rgb(10,41,71); }
div.DivClassName
{
background-color: #0A2947;
}
.BgClassName
{
background-color: #0A2947;
}
</style>
border-color css
<style>
span { border-color: #0A2947; }
span { border-color: rgb(10,41,71); }
td.TdClassName
{
border-color: #0A2947;
}
.TagClassName
{
border-color: #0A2947;
}
</style>