Shades of Tangaroa #14293A
Tints of Tangaroa #14293A
RGB
CMYK
RGB Variations
Color information
#14293A (or 0x14293A) is known color: Tangaroa. HEX triplet: 14, 29 and 3A. RGB value is (20,41,58). Sum of RGB (Red+Green+Blue) = 20+41+58=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #14293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293A is #EBD6C5. Grayscale: #242424. Windows color (decimal): -15455942 or 3811604. OLE color: 3811604.
HSL color Cylindrical-coordinate representation of color #14293A: hue angle of 206.84º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14293A is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 41 | 58 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.77 |
| HSL | 206.84º | 0.49% | 0.15% | - |
| HSV(B) | 206.84º | 0.66% | 0.23% | - |
| XYZ | 1.85 | 2.04 | 4.3 | - |
| YUV | 36.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 58 | 0.66 | 0.29 | 0 | 0.77 | 206.84 | 0.49 | 0.15 |
| Hex | 14 | 29 | 3A | 42 | 1D | 0 | 4D | CF | 31 | F |
| Octal | 24 | 51 | 72 | 102 | 35 | 0 | 115 | 317 | 61 | 17 |
| Binary | 10100 | 101001 | 111010 | 1000010 | 11101 | 0 | 1001101 | 11001111 | 110001 | 1111 |
Color Harmonies of #14293A
Complementary color
Monochromatic Colors of #14293A
Black with #14293A
Text Example
Text Example
White with #14293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14293A; }
p { color: rgb(20,41,58); }
H1.HeaderClassName
{
color: #14293A;
}
.AnyTagClassName
{
color: #14293A;
}
</style>
background-color css
<style>
a { background-color: #14293A; }
a { background-color: rgb(20,41,58); }
div.DivClassName
{
background-color: #14293A;
}
.BgClassName
{
background-color: #14293A;
}
</style>
border-color css
<style>
span { border-color: #14293A; }
span { border-color: rgb(20,41,58); }
td.TdClassName
{
border-color: #14293A;
}
.TagClassName
{
border-color: #14293A;
}
</style>