Shades of Tangaroa #14293D
Tints of Tangaroa #14293D
RGB
CMYK
RGB Variations
Color information
#14293D (or 0x14293D) is known color: Tangaroa. HEX triplet: 14, 29 and 3D. RGB value is (20,41,61). Sum of RGB (Red+Green+Blue) = 20+41+61=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #14293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293D is #EBD6C2. Grayscale: #242424. Windows color (decimal): -15455939 or 4008212. OLE color: 4008212.
HSL color Cylindrical-coordinate representation of color #14293D: hue angle of 209.27º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14293D is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 41 | 61 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.76 |
| HSL | 209.27º | 0.51% | 0.16% | - |
| HSV(B) | 209.27º | 0.67% | 0.24% | - |
| XYZ | 1.92 | 2.07 | 4.71 | - |
| YUV | 37 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 61 | 0.67 | 0.33 | 0 | 0.76 | 209.27 | 0.51 | 0.16 |
| Hex | 14 | 29 | 3D | 43 | 21 | 0 | 4C | D1 | 33 | 10 |
| Octal | 24 | 51 | 75 | 103 | 41 | 0 | 114 | 321 | 63 | 20 |
| Binary | 10100 | 101001 | 111101 | 1000011 | 100001 | 0 | 1001100 | 11010001 | 110011 | 10000 |
Color Harmonies of #14293D
Complementary color
Monochromatic Colors of #14293D
Black with #14293D
Text Example
Text Example
White with #14293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14293D; }
p { color: rgb(20,41,61); }
H1.HeaderClassName
{
color: #14293D;
}
.AnyTagClassName
{
color: #14293D;
}
</style>
background-color css
<style>
a { background-color: #14293D; }
a { background-color: rgb(20,41,61); }
div.DivClassName
{
background-color: #14293D;
}
.BgClassName
{
background-color: #14293D;
}
</style>
border-color css
<style>
span { border-color: #14293D; }
span { border-color: rgb(20,41,61); }
td.TdClassName
{
border-color: #14293D;
}
.TagClassName
{
border-color: #14293D;
}
</style>