#142E41

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

Shades of Tangaroa #142E41

Tints of Tangaroa #142E41

Color information

#142E41 (or 0x142E41) is unknown color: approx Tangaroa. HEX triplet: 14, 2E and 41. RGB value is (20,46,65). Sum of RGB (Red+Green+Blue) = 20+46+65=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #142E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E41 is #EBD1BE. Grayscale: #282828. Windows color (decimal): -15454655 or 4271636. OLE color: 4271636.

HSL color Cylindrical-coordinate representation of color #142E41: hue angle of 205.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142E41 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB204665-
CMYK0.690.2900.75
HSL205.33º52.94%16.67%-
HSV(B)205.33º69.23%25.49%-
XYZ2.222.485.36-
YUV40.39141.89113.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=15.27%
G=35.11%
B=49.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2046650.690.2900.75205.3352.9416.67
Hex142E41451D04Bcd3511
Octal24561011053501133156521
Binary101001011101000001100010111101010010111100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E41; }

 p { color: rgb(20,46,65); }

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

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

 a { background-color: rgb(20,46,65); }

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

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

 span { border-color: rgb(20,46,65); }

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