Shades of Tangaroa #0C2237
Tints of Tangaroa #0C2237
RGB
CMYK
RGB Variations
Color information
#0C2237 (or 0x0C2237) is known color: Tangaroa. HEX triplet: 0C, 22 and 37. RGB value is (12,34,55). Sum of RGB (Red+Green+Blue) = 12+34+55=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C2237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2237 is #F3DDC8. Grayscale: #1D1D1D. Windows color (decimal): -15982025 or 3613196. OLE color: 3613196.
HSL color Cylindrical-coordinate representation of color #0C2237: hue angle of 209.3º 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 #0C2237 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 34 | 55 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.78 |
| HSL | 209.3º | 0.64% | 0.13% | - |
| HSV(B) | 209.3º | 0.78% | 0.22% | - |
| XYZ | 1.41 | 1.5 | 3.83 | - |
| YUV | 29.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 55 | 0.78 | 0.38 | 0 | 0.78 | 209.3 | 0.64 | 0.13 |
| Hex | C | 22 | 37 | 4E | 26 | 0 | 4E | D1 | 40 | D |
| Octal | 14 | 42 | 67 | 116 | 46 | 0 | 116 | 321 | 100 | 15 |
| Binary | 1100 | 100010 | 110111 | 1001110 | 100110 | 0 | 1001110 | 11010001 | 1000000 | 1101 |
Color Harmonies of #0C2237
Complementary color
Monochromatic Colors of #0C2237
Black with #0C2237
Text Example
Text Example
White with #0C2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2237; }
p { color: rgb(12,34,55); }
H1.HeaderClassName
{
color: #0C2237;
}
.AnyTagClassName
{
color: #0C2237;
}
</style>
background-color css
<style>
a { background-color: #0C2237; }
a { background-color: rgb(12,34,55); }
div.DivClassName
{
background-color: #0C2237;
}
.BgClassName
{
background-color: #0C2237;
}
</style>
border-color css
<style>
span { border-color: #0C2237; }
span { border-color: rgb(12,34,55); }
td.TdClassName
{
border-color: #0C2237;
}
.TagClassName
{
border-color: #0C2237;
}
</style>