Shades of Tangaroa #0C2239
Tints of Tangaroa #0C2239
RGB
CMYK
RGB Variations
Color information
#0C2239 (or 0x0C2239) is known color: Tangaroa. HEX triplet: 0C, 22 and 39. RGB value is (12,34,57). Sum of RGB (Red+Green+Blue) = 12+34+57=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C2239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2239 is #F3DDC6. Grayscale: #1D1D1D. Windows color (decimal): -15982023 or 3744268. OLE color: 3744268.
HSL color Cylindrical-coordinate representation of color #0C2239: hue angle of 210.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C2239 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 34 | 57 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.78 |
| HSL | 210.67º | 0.65% | 0.14% | - |
| HSV(B) | 210.67º | 0.79% | 0.22% | - |
| XYZ | 1.46 | 1.52 | 4.09 | - |
| YUV | 30.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 57 | 0.79 | 0.40 | 0 | 0.78 | 210.67 | 0.65 | 0.14 |
| Hex | C | 22 | 39 | 4F | 28 | 0 | 4E | D3 | 41 | E |
| Octal | 14 | 42 | 71 | 117 | 50 | 0 | 116 | 323 | 101 | 16 |
| Binary | 1100 | 100010 | 111001 | 1001111 | 101000 | 0 | 1001110 | 11010011 | 1000001 | 1110 |
Color Harmonies of #0C2239
Complementary color
Monochromatic Colors of #0C2239
Black with #0C2239
Text Example
Text Example
White with #0C2239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2239; }
p { color: rgb(12,34,57); }
H1.HeaderClassName
{
color: #0C2239;
}
.AnyTagClassName
{
color: #0C2239;
}
</style>
background-color css
<style>
a { background-color: #0C2239; }
a { background-color: rgb(12,34,57); }
div.DivClassName
{
background-color: #0C2239;
}
.BgClassName
{
background-color: #0C2239;
}
</style>
border-color css
<style>
span { border-color: #0C2239; }
span { border-color: rgb(12,34,57); }
td.TdClassName
{
border-color: #0C2239;
}
.TagClassName
{
border-color: #0C2239;
}
</style>