Shades of Tangaroa #0C294A
Tints of Tangaroa #0C294A
RGB
CMYK
RGB Variations
Color information
#0C294A (or 0x0C294A) is known color: Tangaroa. HEX triplet: 0C, 29 and 4A. RGB value is (12,41,74). Sum of RGB (Red+Green+Blue) = 12+41+74=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C294A is #F3D6B5. Grayscale: #232323. Windows color (decimal): -15980214 or 4860172. OLE color: 4860172.
HSL color Cylindrical-coordinate representation of color #0C294A: hue angle of 211.94º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C294A is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 41 | 74 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.71 |
| HSL | 211.94º | 0.72% | 0.17% | - |
| HSV(B) | 211.94º | 0.84% | 0.29% | - |
| XYZ | 2.18 | 2.16 | 6.78 | - |
| YUV | 36.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 74 | 0.84 | 0.45 | 0 | 0.71 | 211.94 | 0.72 | 0.17 |
| Hex | C | 29 | 4A | 54 | 2D | 0 | 47 | D4 | 48 | 11 |
| Octal | 14 | 51 | 112 | 124 | 55 | 0 | 107 | 324 | 110 | 21 |
| Binary | 1100 | 101001 | 1001010 | 1010100 | 101101 | 0 | 1000111 | 11010100 | 1001000 | 10001 |
Color Harmonies of #0C294A
Complementary color
Monochromatic Colors of #0C294A
Black with #0C294A
Text Example
Text Example
White with #0C294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C294A; }
p { color: rgb(12,41,74); }
H1.HeaderClassName
{
color: #0C294A;
}
.AnyTagClassName
{
color: #0C294A;
}
</style>
background-color css
<style>
a { background-color: #0C294A; }
a { background-color: rgb(12,41,74); }
div.DivClassName
{
background-color: #0C294A;
}
.BgClassName
{
background-color: #0C294A;
}
</style>
border-color css
<style>
span { border-color: #0C294A; }
span { border-color: rgb(12,41,74); }
td.TdClassName
{
border-color: #0C294A;
}
.TagClassName
{
border-color: #0C294A;
}
</style>