Shades of Tangaroa #0C2A41
Tints of Tangaroa #0C2A41
RGB
CMYK
RGB Variations
Color information
#0C2A41 (or 0x0C2A41) is known color: Tangaroa. HEX triplet: 0C, 2A and 41. RGB value is (12,42,65). Sum of RGB (Red+Green+Blue) = 12+42+65=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #0C2A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A41 is #F3D5BE. Grayscale: #232323. Windows color (decimal): -15979967 or 4270604. OLE color: 4270604.
HSL color Cylindrical-coordinate representation of color #0C2A41: hue angle of 206.04º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C2A41 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 42 | 65 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.75 |
| HSL | 206.04º | 0.69% | 0.15% | - |
| HSV(B) | 206.04º | 0.82% | 0.25% | - |
| XYZ | 1.93 | 2.12 | 5.31 | - |
| YUV | 35.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 65 | 0.82 | 0.35 | 0 | 0.75 | 206.04 | 0.69 | 0.15 |
| Hex | C | 2A | 41 | 52 | 23 | 0 | 4B | CE | 45 | F |
| Octal | 14 | 52 | 101 | 122 | 43 | 0 | 113 | 316 | 105 | 17 |
| Binary | 1100 | 101010 | 1000001 | 1010010 | 100011 | 0 | 1001011 | 11001110 | 1000101 | 1111 |
Color Harmonies of #0C2A41
Complementary color
Monochromatic Colors of #0C2A41
Black with #0C2A41
Text Example
Text Example
White with #0C2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2A41; }
p { color: rgb(12,42,65); }
H1.HeaderClassName
{
color: #0C2A41;
}
.AnyTagClassName
{
color: #0C2A41;
}
</style>
background-color css
<style>
a { background-color: #0C2A41; }
a { background-color: rgb(12,42,65); }
div.DivClassName
{
background-color: #0C2A41;
}
.BgClassName
{
background-color: #0C2A41;
}
</style>
border-color css
<style>
span { border-color: #0C2A41; }
span { border-color: rgb(12,42,65); }
td.TdClassName
{
border-color: #0C2A41;
}
.TagClassName
{
border-color: #0C2A41;
}
</style>