#142737

Color #142737 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #142737

Tints of Tangaroa #142737

Color information

#142737 (or 0x142737) is unknown color: approx Tangaroa. HEX triplet: 14, 27 and 37. RGB value is (20,39,55). Sum of RGB (Red+Green+Blue) = 20+39+55=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #142737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142737 is #EBD8C8. Grayscale: #232323. Windows color (decimal): -15456457 or 3614484. OLE color: 3614484.

HSL color Cylindrical-coordinate representation of color #142737: hue angle of 207.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142737 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB203955-
CMYK0.640.2900.78
HSL207.43º46.67%14.71%-
HSV(B)207.43º63.64%21.57%-
XYZ1.71.883.89-
YUV35.14139.21117.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=17.54%
G=34.21%
B=48.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2039550.640.2900.78207.4346.6714.71
Hex142737401D04Ecf2ff
Octal2447671003501163175717
Binary1010010011111011110000001110101001110110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142737; }

 p { color: rgb(20,39,55); }

 H1.HeaderClassName
 {
   color: #142737;
 }
 .AnyTagClassName
 {
   color: #142737;
 }
</style>
background-color css

<style>
 a { background-color: #142737; }

 a { background-color: rgb(20,39,55); }

 div.DivClassName
 {
   background-color: #142737;
 }
 .BgClassName
 {
   background-color: #142737;
 }
</style>
border-color css

<style>
 span { border-color: #142737; }

 span { border-color: rgb(20,39,55); }

 td.TdClassName
 {
   border-color: #142737;
 }
 .TagClassName
 {
   border-color: #142737;
 }
</style>