Shades of Tangaroa #14293B
Tints of Tangaroa #14293B
RGB
CMYK
RGB Variations
Color information
#14293B (or 0x14293B) is known color: Tangaroa. HEX triplet: 14, 29 and 3B. RGB value is (20,41,59). Sum of RGB (Red+Green+Blue) = 20+41+59=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #14293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293B is #EBD6C4. Grayscale: #242424. Windows color (decimal): -15455941 or 3877140. OLE color: 3877140.
HSL color Cylindrical-coordinate representation of color #14293B: hue angle of 207.69º 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 #14293B is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 41 | 59 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.77 |
| HSL | 207.69º | 0.49% | 0.15% | - |
| HSV(B) | 207.69º | 0.66% | 0.23% | - |
| XYZ | 1.87 | 2.05 | 4.43 | - |
| YUV | 36.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 59 | 0.66 | 0.31 | 0 | 0.77 | 207.69 | 0.49 | 0.15 |
| Hex | 14 | 29 | 3B | 42 | 1F | 0 | 4D | D0 | 31 | F |
| Octal | 24 | 51 | 73 | 102 | 37 | 0 | 115 | 320 | 61 | 17 |
| Binary | 10100 | 101001 | 111011 | 1000010 | 11111 | 0 | 1001101 | 11010000 | 110001 | 1111 |
Color Harmonies of #14293B
Complementary color
Monochromatic Colors of #14293B
Black with #14293B
Text Example
Text Example
White with #14293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14293B; }
p { color: rgb(20,41,59); }
H1.HeaderClassName
{
color: #14293B;
}
.AnyTagClassName
{
color: #14293B;
}
</style>
background-color css
<style>
a { background-color: #14293B; }
a { background-color: rgb(20,41,59); }
div.DivClassName
{
background-color: #14293B;
}
.BgClassName
{
background-color: #14293B;
}
</style>
border-color css
<style>
span { border-color: #14293B; }
span { border-color: rgb(20,41,59); }
td.TdClassName
{
border-color: #14293B;
}
.TagClassName
{
border-color: #14293B;
}
</style>