Shades of Tangaroa #0C273C
Tints of Tangaroa #0C273C
RGB
CMYK
RGB Variations
Color information
#0C273C (or 0x0C273C) is known color: Tangaroa. HEX triplet: 0C, 27 and 3C. RGB value is (12,39,60). Sum of RGB (Red+Green+Blue) = 12+39+60=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C273C is #F3D8C3. Grayscale: #212121. Windows color (decimal): -15980740 or 3942156. OLE color: 3942156.
HSL color Cylindrical-coordinate representation of color #0C273C: hue angle of 206.25º 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 #0C273C is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 39 | 60 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.76 |
| HSL | 206.25º | 0.67% | 0.14% | - |
| HSV(B) | 206.25º | 0.8% | 0.24% | - |
| XYZ | 1.69 | 1.86 | 4.54 | - |
| YUV | 33.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 60 | 0.80 | 0.35 | 0 | 0.76 | 206.25 | 0.67 | 0.14 |
| Hex | C | 27 | 3C | 50 | 23 | 0 | 4C | CE | 43 | E |
| Octal | 14 | 47 | 74 | 120 | 43 | 0 | 114 | 316 | 103 | 16 |
| Binary | 1100 | 100111 | 111100 | 1010000 | 100011 | 0 | 1001100 | 11001110 | 1000011 | 1110 |
Color Harmonies of #0C273C
Complementary color
Monochromatic Colors of #0C273C
Black with #0C273C
Text Example
Text Example
White with #0C273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C273C; }
p { color: rgb(12,39,60); }
H1.HeaderClassName
{
color: #0C273C;
}
.AnyTagClassName
{
color: #0C273C;
}
</style>
background-color css
<style>
a { background-color: #0C273C; }
a { background-color: rgb(12,39,60); }
div.DivClassName
{
background-color: #0C273C;
}
.BgClassName
{
background-color: #0C273C;
}
</style>
border-color css
<style>
span { border-color: #0C273C; }
span { border-color: rgb(12,39,60); }
td.TdClassName
{
border-color: #0C273C;
}
.TagClassName
{
border-color: #0C273C;
}
</style>