Shades of Tangaroa #0A2739
Tints of Tangaroa #0A2739
RGB
CMYK
RGB Variations
Color information
#0A2739 (or 0x0A2739) is known color: Tangaroa. HEX triplet: 0A, 27 and 39. RGB value is (10,39,57). Sum of RGB (Red+Green+Blue) = 10+39+57=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A2739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2739 is #F5D8C6. Grayscale: #202020. Windows color (decimal): -16111815 or 3745546. OLE color: 3745546.
HSL color Cylindrical-coordinate representation of color #0A2739: hue angle of 202.98º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A2739 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 39 | 57 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.78 |
| HSL | 202.98º | 0.7% | 0.13% | - |
| HSV(B) | 202.98º | 0.82% | 0.22% | - |
| XYZ | 1.59 | 1.81 | 4.14 | - |
| YUV | 32.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 57 | 0.82 | 0.32 | 0 | 0.78 | 202.98 | 0.7 | 0.13 |
| Hex | A | 27 | 39 | 52 | 20 | 0 | 4E | CB | 46 | D |
| Octal | 12 | 47 | 71 | 122 | 40 | 0 | 116 | 313 | 106 | 15 |
| Binary | 1010 | 100111 | 111001 | 1010010 | 100000 | 0 | 1001110 | 11001011 | 1000110 | 1101 |
Color Harmonies of #0A2739
Complementary color
Monochromatic Colors of #0A2739
Black with #0A2739
Text Example
Text Example
White with #0A2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2739; }
p { color: rgb(10,39,57); }
H1.HeaderClassName
{
color: #0A2739;
}
.AnyTagClassName
{
color: #0A2739;
}
</style>
background-color css
<style>
a { background-color: #0A2739; }
a { background-color: rgb(10,39,57); }
div.DivClassName
{
background-color: #0A2739;
}
.BgClassName
{
background-color: #0A2739;
}
</style>
border-color css
<style>
span { border-color: #0A2739; }
span { border-color: rgb(10,39,57); }
td.TdClassName
{
border-color: #0A2739;
}
.TagClassName
{
border-color: #0A2739;
}
</style>