#142738

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

Shades of Tangaroa #142738

Tints of Tangaroa #142738

Color information

#142738 (or 0x142738) is unknown color: approx Tangaroa. HEX triplet: 14, 27 and 38. RGB value is (20,39,56). Sum of RGB (Red+Green+Blue) = 20+39+56=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #142738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142738 is #EBD8C7. Grayscale: #232323. Windows color (decimal): -15456456 or 3680020. OLE color: 3680020.

HSL color Cylindrical-coordinate representation of color #142738: hue angle of 208.33º 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 #142738 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB203956-
CMYK0.640.3000.78
HSL208.33º47.37%14.9%-
HSV(B)208.33º64.29%21.96%-
XYZ1.731.894.01-
YUV35.26139.71117.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=17.39%
G=33.91%
B=48.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2039560.640.3000.78208.3347.3714.9
Hex142738401E04Ed02ff
Octal2447701003601163205717
Binary1010010011111100010000001111001001110110100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142738; }

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

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

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

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

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

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

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

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