#142C41

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

Shades of Tangaroa #142C41

Tints of Tangaroa #142C41

Color information

#142C41 (or 0x142C41) is unknown color: approx Tangaroa. HEX triplet: 14, 2C and 41. RGB value is (20,44,65). Sum of RGB (Red+Green+Blue) = 20+44+65=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #142C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C41 is #EBD3BE. Grayscale: #272727. Windows color (decimal): -15455167 or 4271124. OLE color: 4271124.

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

Color convert

RGB204465-
CMYK0.690.3200.75
HSL208º52.94%16.67%-
HSV(B)208º69.23%25.49%-
XYZ2.142.335.34-
YUV39.22142.55114.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=15.50%
G=34.11%
B=50.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2044650.690.3200.7520852.9416.67
Hex142C41452004Bd03511
Octal24541011054001133206521
Binary1010010110010000011000101100000010010111101000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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