Shades of Tangaroa #0A2B40
Tints of Tangaroa #0A2B40
RGB
CMYK
RGB Variations
Color information
#0A2B40 (or 0x0A2B40) is known color: Tangaroa. HEX triplet: 0A, 2B and 40. RGB value is (10,43,64). Sum of RGB (Red+Green+Blue) = 10+43+64=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A2B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2B40 is #F5D4BF. Grayscale: #232323. Windows color (decimal): -16110784 or 4205322. OLE color: 4205322.
HSL color Cylindrical-coordinate representation of color #0A2B40: hue angle of 203.33º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A2B40 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 43 | 64 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.75 |
| HSL | 203.33º | 0.73% | 0.15% | - |
| HSV(B) | 203.33º | 0.84% | 0.25% | - |
| XYZ | 1.91 | 2.16 | 5.17 | - |
| YUV | 35.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 64 | 0.84 | 0.33 | 0 | 0.75 | 203.33 | 0.73 | 0.15 |
| Hex | A | 2B | 40 | 54 | 21 | 0 | 4B | CB | 49 | F |
| Octal | 12 | 53 | 100 | 124 | 41 | 0 | 113 | 313 | 111 | 17 |
| Binary | 1010 | 101011 | 1000000 | 1010100 | 100001 | 0 | 1001011 | 11001011 | 1001001 | 1111 |
Color Harmonies of #0A2B40
Complementary color
Monochromatic Colors of #0A2B40
Black with #0A2B40
Text Example
Text Example
White with #0A2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B40; }
p { color: rgb(10,43,64); }
H1.HeaderClassName
{
color: #0A2B40;
}
.AnyTagClassName
{
color: #0A2B40;
}
</style>
background-color css
<style>
a { background-color: #0A2B40; }
a { background-color: rgb(10,43,64); }
div.DivClassName
{
background-color: #0A2B40;
}
.BgClassName
{
background-color: #0A2B40;
}
</style>
border-color css
<style>
span { border-color: #0A2B40; }
span { border-color: rgb(10,43,64); }
td.TdClassName
{
border-color: #0A2B40;
}
.TagClassName
{
border-color: #0A2B40;
}
</style>