Shades of Tangaroa #14253A
Tints of Tangaroa #14253A
RGB
CMYK
RGB Variations
Color information
#14253A (or 0x14253A) is known color: Tangaroa. HEX triplet: 14, 25 and 3A. RGB value is (20,37,58). Sum of RGB (Red+Green+Blue) = 20+37+58=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #14253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14253A is #EBDAC5. Grayscale: #222222. Windows color (decimal): -15456966 or 3810580. OLE color: 3810580.
HSL color Cylindrical-coordinate representation of color #14253A: hue angle of 213.16º 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 #14253A is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 37 | 58 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.77 |
| HSL | 213.16º | 0.49% | 0.15% | - |
| HSV(B) | 213.16º | 0.66% | 0.23% | - |
| XYZ | 1.71 | 1.78 | 4.26 | - |
| YUV | 34.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 58 | 0.66 | 0.36 | 0 | 0.77 | 213.16 | 0.49 | 0.15 |
| Hex | 14 | 25 | 3A | 42 | 24 | 0 | 4D | D5 | 31 | F |
| Octal | 24 | 45 | 72 | 102 | 44 | 0 | 115 | 325 | 61 | 17 |
| Binary | 10100 | 100101 | 111010 | 1000010 | 100100 | 0 | 1001101 | 11010101 | 110001 | 1111 |
Color Harmonies of #14253A
Complementary color
Monochromatic Colors of #14253A
Black with #14253A
Text Example
Text Example
White with #14253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14253A; }
p { color: rgb(20,37,58); }
H1.HeaderClassName
{
color: #14253A;
}
.AnyTagClassName
{
color: #14253A;
}
</style>
background-color css
<style>
a { background-color: #14253A; }
a { background-color: rgb(20,37,58); }
div.DivClassName
{
background-color: #14253A;
}
.BgClassName
{
background-color: #14253A;
}
</style>
border-color css
<style>
span { border-color: #14253A; }
span { border-color: rgb(20,37,58); }
td.TdClassName
{
border-color: #14253A;
}
.TagClassName
{
border-color: #14253A;
}
</style>