Shades of Tangaroa #0C2637
Tints of Tangaroa #0C2637
RGB
CMYK
RGB Variations
Color information
#0C2637 (or 0x0C2637) is known color: Tangaroa. HEX triplet: 0C, 26 and 37. RGB value is (12,38,55). Sum of RGB (Red+Green+Blue) = 12+38+55=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C2637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2637 is #F3D9C8. Grayscale: #202020. Windows color (decimal): -15981001 or 3614220. OLE color: 3614220.
HSL color Cylindrical-coordinate representation of color #0C2637: hue angle of 203.72º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C2637 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 38 | 55 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.78 |
| HSL | 203.72º | 0.64% | 0.13% | - |
| HSV(B) | 203.72º | 0.78% | 0.22% | - |
| XYZ | 1.53 | 1.74 | 3.87 | - |
| YUV | 32.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 55 | 0.78 | 0.31 | 0 | 0.78 | 203.72 | 0.64 | 0.13 |
| Hex | C | 26 | 37 | 4E | 1F | 0 | 4E | CC | 40 | D |
| Octal | 14 | 46 | 67 | 116 | 37 | 0 | 116 | 314 | 100 | 15 |
| Binary | 1100 | 100110 | 110111 | 1001110 | 11111 | 0 | 1001110 | 11001100 | 1000000 | 1101 |
Color Harmonies of #0C2637
Complementary color
Monochromatic Colors of #0C2637
Black with #0C2637
Text Example
Text Example
White with #0C2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2637; }
p { color: rgb(12,38,55); }
H1.HeaderClassName
{
color: #0C2637;
}
.AnyTagClassName
{
color: #0C2637;
}
</style>
background-color css
<style>
a { background-color: #0C2637; }
a { background-color: rgb(12,38,55); }
div.DivClassName
{
background-color: #0C2637;
}
.BgClassName
{
background-color: #0C2637;
}
</style>
border-color css
<style>
span { border-color: #0C2637; }
span { border-color: rgb(12,38,55); }
td.TdClassName
{
border-color: #0C2637;
}
.TagClassName
{
border-color: #0C2637;
}
</style>