Shades of Tangaroa #0C293D
Tints of Tangaroa #0C293D
RGB
CMYK
RGB Variations
Color information
#0C293D (or 0x0C293D) is known color: Tangaroa. HEX triplet: 0C, 29 and 3D. RGB value is (12,41,61). Sum of RGB (Red+Green+Blue) = 12+41+61=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C293D is #F3D6C2. Grayscale: #222222. Windows color (decimal): -15980227 or 4008204. OLE color: 4008204.
HSL color Cylindrical-coordinate representation of color #0C293D: hue angle of 204.49º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C293D is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 41 | 61 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.76 |
| HSL | 204.49º | 0.67% | 0.14% | - |
| HSV(B) | 204.49º | 0.8% | 0.24% | - |
| XYZ | 1.79 | 2 | 4.71 | - |
| YUV | 34.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 61 | 0.80 | 0.33 | 0 | 0.76 | 204.49 | 0.67 | 0.14 |
| Hex | C | 29 | 3D | 50 | 21 | 0 | 4C | CC | 43 | E |
| Octal | 14 | 51 | 75 | 120 | 41 | 0 | 114 | 314 | 103 | 16 |
| Binary | 1100 | 101001 | 111101 | 1010000 | 100001 | 0 | 1001100 | 11001100 | 1000011 | 1110 |
Color Harmonies of #0C293D
Complementary color
Monochromatic Colors of #0C293D
Black with #0C293D
Text Example
Text Example
White with #0C293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C293D; }
p { color: rgb(12,41,61); }
H1.HeaderClassName
{
color: #0C293D;
}
.AnyTagClassName
{
color: #0C293D;
}
</style>
background-color css
<style>
a { background-color: #0C293D; }
a { background-color: rgb(12,41,61); }
div.DivClassName
{
background-color: #0C293D;
}
.BgClassName
{
background-color: #0C293D;
}
</style>
border-color css
<style>
span { border-color: #0C293D; }
span { border-color: rgb(12,41,61); }
td.TdClassName
{
border-color: #0C293D;
}
.TagClassName
{
border-color: #0C293D;
}
</style>