Shades of Tangaroa #0A2D39
Tints of Tangaroa #0A2D39
RGB
CMYK
RGB Variations
Color information
#0A2D39 (or 0x0A2D39) is known color: Tangaroa. HEX triplet: 0A, 2D and 39. RGB value is (10,45,57). Sum of RGB (Red+Green+Blue) = 10+45+57=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A2D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2D39 is #F5D2C6. Grayscale: #232323. Windows color (decimal): -16110279 or 3747082. OLE color: 3747082.
HSL color Cylindrical-coordinate representation of color #0A2D39: hue angle of 195.32º 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 #0A2D39 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 45 | 57 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.78 |
| HSL | 195.32º | 0.7% | 0.13% | - |
| HSV(B) | 195.32º | 0.82% | 0.22% | - |
| XYZ | 1.8 | 2.24 | 4.21 | - |
| YUV | 35.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 57 | 0.82 | 0.21 | 0 | 0.78 | 195.32 | 0.7 | 0.13 |
| Hex | A | 2D | 39 | 52 | 15 | 0 | 4E | C3 | 46 | D |
| Octal | 12 | 55 | 71 | 122 | 25 | 0 | 116 | 303 | 106 | 15 |
| Binary | 1010 | 101101 | 111001 | 1010010 | 10101 | 0 | 1001110 | 11000011 | 1000110 | 1101 |
Color Harmonies of #0A2D39
Complementary color
Monochromatic Colors of #0A2D39
Black with #0A2D39
Text Example
Text Example
White with #0A2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D39; }
p { color: rgb(10,45,57); }
H1.HeaderClassName
{
color: #0A2D39;
}
.AnyTagClassName
{
color: #0A2D39;
}
</style>
background-color css
<style>
a { background-color: #0A2D39; }
a { background-color: rgb(10,45,57); }
div.DivClassName
{
background-color: #0A2D39;
}
.BgClassName
{
background-color: #0A2D39;
}
</style>
border-color css
<style>
span { border-color: #0A2D39; }
span { border-color: rgb(10,45,57); }
td.TdClassName
{
border-color: #0A2D39;
}
.TagClassName
{
border-color: #0A2D39;
}
</style>