Shades of Tangaroa #0A2439
Tints of Tangaroa #0A2439
RGB
CMYK
RGB Variations
Color information
#0A2439 (or 0x0A2439) is known color: Tangaroa. HEX triplet: 0A, 24 and 39. RGB value is (10,36,57). Sum of RGB (Red+Green+Blue) = 10+36+57=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A2439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2439 is #F5DBC6. Grayscale: #1E1E1E. Windows color (decimal): -16112583 or 3744778. OLE color: 3744778.
HSL color Cylindrical-coordinate representation of color #0A2439: hue angle of 206.81º 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 #0A2439 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 36 | 57 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.78 |
| HSL | 206.81º | 0.7% | 0.13% | - |
| HSV(B) | 206.81º | 0.82% | 0.22% | - |
| XYZ | 1.49 | 1.62 | 4.11 | - |
| YUV | 30.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 57 | 0.82 | 0.37 | 0 | 0.78 | 206.81 | 0.7 | 0.13 |
| Hex | A | 24 | 39 | 52 | 25 | 0 | 4E | CF | 46 | D |
| Octal | 12 | 44 | 71 | 122 | 45 | 0 | 116 | 317 | 106 | 15 |
| Binary | 1010 | 100100 | 111001 | 1010010 | 100101 | 0 | 1001110 | 11001111 | 1000110 | 1101 |
Color Harmonies of #0A2439
Complementary color
Monochromatic Colors of #0A2439
Black with #0A2439
Text Example
Text Example
White with #0A2439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2439; }
p { color: rgb(10,36,57); }
H1.HeaderClassName
{
color: #0A2439;
}
.AnyTagClassName
{
color: #0A2439;
}
</style>
background-color css
<style>
a { background-color: #0A2439; }
a { background-color: rgb(10,36,57); }
div.DivClassName
{
background-color: #0A2439;
}
.BgClassName
{
background-color: #0A2439;
}
</style>
border-color css
<style>
span { border-color: #0A2439; }
span { border-color: rgb(10,36,57); }
td.TdClassName
{
border-color: #0A2439;
}
.TagClassName
{
border-color: #0A2439;
}
</style>