Shades of Tangaroa #0A2939
Tints of Tangaroa #0A2939
RGB
CMYK
RGB Variations
Color information
#0A2939 (or 0x0A2939) is known color: Tangaroa. HEX triplet: 0A, 29 and 39. RGB value is (10,41,57). Sum of RGB (Red+Green+Blue) = 10+41+57=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A2939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2939 is #F5D6C6. Grayscale: #212121. Windows color (decimal): -16111303 or 3746058. OLE color: 3746058.
HSL color Cylindrical-coordinate representation of color #0A2939: hue angle of 200.43º 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 #0A2939 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 41 | 57 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.78 |
| HSL | 200.43º | 0.7% | 0.13% | - |
| HSV(B) | 200.43º | 0.82% | 0.22% | - |
| XYZ | 1.66 | 1.95 | 4.16 | - |
| YUV | 33.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 57 | 0.82 | 0.28 | 0 | 0.78 | 200.43 | 0.7 | 0.13 |
| Hex | A | 29 | 39 | 52 | 1C | 0 | 4E | C8 | 46 | D |
| Octal | 12 | 51 | 71 | 122 | 34 | 0 | 116 | 310 | 106 | 15 |
| Binary | 1010 | 101001 | 111001 | 1010010 | 11100 | 0 | 1001110 | 11001000 | 1000110 | 1101 |
Color Harmonies of #0A2939
Complementary color
Monochromatic Colors of #0A2939
Black with #0A2939
Text Example
Text Example
White with #0A2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2939; }
p { color: rgb(10,41,57); }
H1.HeaderClassName
{
color: #0A2939;
}
.AnyTagClassName
{
color: #0A2939;
}
</style>
background-color css
<style>
a { background-color: #0A2939; }
a { background-color: rgb(10,41,57); }
div.DivClassName
{
background-color: #0A2939;
}
.BgClassName
{
background-color: #0A2939;
}
</style>
border-color css
<style>
span { border-color: #0A2939; }
span { border-color: rgb(10,41,57); }
td.TdClassName
{
border-color: #0A2939;
}
.TagClassName
{
border-color: #0A2939;
}
</style>