Shades of Tangaroa #14283A
Tints of Tangaroa #14283A
RGB
CMYK
RGB Variations
Color information
#14283A (or 0x14283A) is known color: Tangaroa. HEX triplet: 14, 28 and 3A. RGB value is (20,40,58). Sum of RGB (Red+Green+Blue) = 20+40+58=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #14283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14283A is #EBD7C5. Grayscale: #232323. Windows color (decimal): -15456198 or 3811348. OLE color: 3811348.
HSL color Cylindrical-coordinate representation of color #14283A: hue angle of 208.42º 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 #14283A is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 40 | 58 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.77 |
| HSL | 208.42º | 0.49% | 0.15% | - |
| HSV(B) | 208.42º | 0.66% | 0.23% | - |
| XYZ | 1.81 | 1.97 | 4.29 | - |
| YUV | 36.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 58 | 0.66 | 0.31 | 0 | 0.77 | 208.42 | 0.49 | 0.15 |
| Hex | 14 | 28 | 3A | 42 | 1F | 0 | 4D | D0 | 31 | F |
| Octal | 24 | 50 | 72 | 102 | 37 | 0 | 115 | 320 | 61 | 17 |
| Binary | 10100 | 101000 | 111010 | 1000010 | 11111 | 0 | 1001101 | 11010000 | 110001 | 1111 |
Color Harmonies of #14283A
Complementary color
Monochromatic Colors of #14283A
Black with #14283A
Text Example
Text Example
White with #14283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14283A; }
p { color: rgb(20,40,58); }
H1.HeaderClassName
{
color: #14283A;
}
.AnyTagClassName
{
color: #14283A;
}
</style>
background-color css
<style>
a { background-color: #14283A; }
a { background-color: rgb(20,40,58); }
div.DivClassName
{
background-color: #14283A;
}
.BgClassName
{
background-color: #14283A;
}
</style>
border-color css
<style>
span { border-color: #14283A; }
span { border-color: rgb(20,40,58); }
td.TdClassName
{
border-color: #14283A;
}
.TagClassName
{
border-color: #14283A;
}
</style>