#142C40

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

Shades of Tangaroa #142C40

Tints of Tangaroa #142C40

Color information

#142C40 (or 0x142C40) is unknown color: approx Tangaroa. HEX triplet: 14, 2C and 40. RGB value is (20,44,64). Sum of RGB (Red+Green+Blue) = 20+44+64=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #142C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C40 is #EBD3BF. Grayscale: #272727. Windows color (decimal): -15455168 or 4205588. OLE color: 4205588.

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

Color convert

RGB204464-
CMYK0.690.3100.75
HSL207.27º52.38%16.47%-
HSV(B)207.27º68.75%25.1%-
XYZ2.112.325.19-
YUV39.1142.05114.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 64 (25.39% from 255) = 50%
R=15.62%
G=34.38%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2044640.690.3100.75207.2752.3816.47
Hex142C40451F04Bcf3410
Octal24541001053701133176420
Binary101001011001000000100010111111010010111100111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,44,64); }

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

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

 a { background-color: rgb(20,44,64); }

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

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

 span { border-color: rgb(20,44,64); }

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