Shades of Tangaroa #0C2B40
Tints of Tangaroa #0C2B40
RGB
CMYK
RGB Variations
Color information
#0C2B40 (or 0x0C2B40) is known color: Tangaroa. HEX triplet: 0C, 2B and 40. RGB value is (12,43,64). Sum of RGB (Red+Green+Blue) = 12+43+64=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C2B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B40 is #F3D4BF. Grayscale: #242424. Windows color (decimal): -15979712 or 4205324. OLE color: 4205324.
HSL color Cylindrical-coordinate representation of color #0C2B40: hue angle of 204.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C2B40 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 43 | 64 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.75 |
| HSL | 204.23º | 0.68% | 0.15% | - |
| HSV(B) | 204.23º | 0.81% | 0.25% | - |
| XYZ | 1.94 | 2.18 | 5.17 | - |
| YUV | 36.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 64 | 0.81 | 0.33 | 0 | 0.75 | 204.23 | 0.68 | 0.15 |
| Hex | C | 2B | 40 | 51 | 21 | 0 | 4B | CC | 44 | F |
| Octal | 14 | 53 | 100 | 121 | 41 | 0 | 113 | 314 | 104 | 17 |
| Binary | 1100 | 101011 | 1000000 | 1010001 | 100001 | 0 | 1001011 | 11001100 | 1000100 | 1111 |
Color Harmonies of #0C2B40
Complementary color
Monochromatic Colors of #0C2B40
Black with #0C2B40
Text Example
Text Example
White with #0C2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2B40; }
p { color: rgb(12,43,64); }
H1.HeaderClassName
{
color: #0C2B40;
}
.AnyTagClassName
{
color: #0C2B40;
}
</style>
background-color css
<style>
a { background-color: #0C2B40; }
a { background-color: rgb(12,43,64); }
div.DivClassName
{
background-color: #0C2B40;
}
.BgClassName
{
background-color: #0C2B40;
}
</style>
border-color css
<style>
span { border-color: #0C2B40; }
span { border-color: rgb(12,43,64); }
td.TdClassName
{
border-color: #0C2B40;
}
.TagClassName
{
border-color: #0C2B40;
}
</style>