Shades of Tangaroa #14283D
Tints of Tangaroa #14283D
RGB
CMYK
RGB Variations
Color information
#14283D (or 0x14283D) is known color: Tangaroa. HEX triplet: 14, 28 and 3D. RGB value is (20,40,61). Sum of RGB (Red+Green+Blue) = 20+40+61=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #14283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14283D is #EBD7C2. Grayscale: #242424. Windows color (decimal): -15456195 or 4007956. OLE color: 4007956.
HSL color Cylindrical-coordinate representation of color #14283D: hue angle of 210.73º 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 #14283D is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 40 | 61 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.76 |
| HSL | 210.73º | 0.51% | 0.16% | - |
| HSV(B) | 210.73º | 0.67% | 0.24% | - |
| XYZ | 1.89 | 2 | 4.7 | - |
| YUV | 36.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 61 | 0.67 | 0.34 | 0 | 0.76 | 210.73 | 0.51 | 0.16 |
| Hex | 14 | 28 | 3D | 43 | 22 | 0 | 4C | D3 | 33 | 10 |
| Octal | 24 | 50 | 75 | 103 | 42 | 0 | 114 | 323 | 63 | 20 |
| Binary | 10100 | 101000 | 111101 | 1000011 | 100010 | 0 | 1001100 | 11010011 | 110011 | 10000 |
Color Harmonies of #14283D
Complementary color
Monochromatic Colors of #14283D
Black with #14283D
Text Example
Text Example
White with #14283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14283D; }
p { color: rgb(20,40,61); }
H1.HeaderClassName
{
color: #14283D;
}
.AnyTagClassName
{
color: #14283D;
}
</style>
background-color css
<style>
a { background-color: #14283D; }
a { background-color: rgb(20,40,61); }
div.DivClassName
{
background-color: #14283D;
}
.BgClassName
{
background-color: #14283D;
}
</style>
border-color css
<style>
span { border-color: #14283D; }
span { border-color: rgb(20,40,61); }
td.TdClassName
{
border-color: #14283D;
}
.TagClassName
{
border-color: #14283D;
}
</style>