Shades of Tangaroa #12293C
Tints of Tangaroa #12293C
RGB
CMYK
RGB Variations
Color information
#12293C (or 0x12293C) is known color: Tangaroa. HEX triplet: 12, 29 and 3C. RGB value is (18,41,60). Sum of RGB (Red+Green+Blue) = 18+41+60=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #12293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12293C is #EDD6C3. Grayscale: #242424. Windows color (decimal): -15587012 or 3942674. OLE color: 3942674.
HSL color Cylindrical-coordinate representation of color #12293C: hue angle of 207.14º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12293C is Cyan = 0.7, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 41 | 60 | - |
| CMYK | 0.7 | 0.32 | 0 | 0.76 |
| HSL | 207.14º | 0.54% | 0.15% | - |
| HSV(B) | 207.14º | 0.7% | 0.24% | - |
| XYZ | 1.86 | 2.04 | 4.57 | - |
| YUV | 36.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 60 | 0.7 | 0.32 | 0 | 0.76 | 207.14 | 0.54 | 0.15 |
| Hex | 12 | 29 | 3C | 46 | 20 | 0 | 4C | CF | 36 | F |
| Octal | 22 | 51 | 74 | 106 | 40 | 0 | 114 | 317 | 66 | 17 |
| Binary | 10010 | 101001 | 111100 | 1000110 | 100000 | 0 | 1001100 | 11001111 | 110110 | 1111 |
Color Harmonies of #12293C
Complementary color
Monochromatic Colors of #12293C
Black with #12293C
Text Example
Text Example
White with #12293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12293C; }
p { color: rgb(18,41,60); }
H1.HeaderClassName
{
color: #12293C;
}
.AnyTagClassName
{
color: #12293C;
}
</style>
background-color css
<style>
a { background-color: #12293C; }
a { background-color: rgb(18,41,60); }
div.DivClassName
{
background-color: #12293C;
}
.BgClassName
{
background-color: #12293C;
}
</style>
border-color css
<style>
span { border-color: #12293C; }
span { border-color: rgb(18,41,60); }
td.TdClassName
{
border-color: #12293C;
}
.TagClassName
{
border-color: #12293C;
}
</style>