Shades of Tangaroa #0C2D3D
Tints of Tangaroa #0C2D3D
RGB
CMYK
RGB Variations
Color information
#0C2D3D (or 0x0C2D3D) is known color: Tangaroa. HEX triplet: 0C, 2D and 3D. RGB value is (12,45,61). Sum of RGB (Red+Green+Blue) = 12+45+61=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C2D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D3D is #F3D2C2. Grayscale: #242424. Windows color (decimal): -15979203 or 4009228. OLE color: 4009228.
HSL color Cylindrical-coordinate representation of color #0C2D3D: hue angle of 199.59º 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 #0C2D3D is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 45 | 61 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.76 |
| HSL | 199.59º | 0.67% | 0.14% | - |
| HSV(B) | 199.59º | 0.8% | 0.24% | - |
| XYZ | 1.93 | 2.29 | 4.76 | - |
| YUV | 36.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 61 | 0.80 | 0.26 | 0 | 0.76 | 199.59 | 0.67 | 0.14 |
| Hex | C | 2D | 3D | 50 | 1A | 0 | 4C | C8 | 43 | E |
| Octal | 14 | 55 | 75 | 120 | 32 | 0 | 114 | 310 | 103 | 16 |
| Binary | 1100 | 101101 | 111101 | 1010000 | 11010 | 0 | 1001100 | 11001000 | 1000011 | 1110 |
Color Harmonies of #0C2D3D
Complementary color
Monochromatic Colors of #0C2D3D
Black with #0C2D3D
Text Example
Text Example
White with #0C2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D3D; }
p { color: rgb(12,45,61); }
H1.HeaderClassName
{
color: #0C2D3D;
}
.AnyTagClassName
{
color: #0C2D3D;
}
</style>
background-color css
<style>
a { background-color: #0C2D3D; }
a { background-color: rgb(12,45,61); }
div.DivClassName
{
background-color: #0C2D3D;
}
.BgClassName
{
background-color: #0C2D3D;
}
</style>
border-color css
<style>
span { border-color: #0C2D3D; }
span { border-color: rgb(12,45,61); }
td.TdClassName
{
border-color: #0C2D3D;
}
.TagClassName
{
border-color: #0C2D3D;
}
</style>