#142941

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

Shades of Tangaroa #142941

Tints of Tangaroa #142941

Color information

#142941 (or 0x142941) is unknown color: approx Tangaroa. HEX triplet: 14, 29 and 41. RGB value is (20,41,65). Sum of RGB (Red+Green+Blue) = 20+41+65=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #142941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142941 is #EBD6BE. Grayscale: #252525. Windows color (decimal): -15455935 or 4270356. OLE color: 4270356.

HSL color Cylindrical-coordinate representation of color #142941: hue angle of 212º 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 #142941 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB204165-
CMYK0.690.3700.75
HSL212º52.94%16.67%-
HSV(B)212º69.23%25.49%-
XYZ2.042.125.3-
YUV37.46143.54115.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=15.87%
G=32.54%
B=51.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2041650.690.3700.7521252.9416.67
Hex142941452504Bd43511
Octal24511011054501133246521
Binary1010010100110000011000101100101010010111101010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142941; }

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

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

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

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

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

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

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

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