#142C39

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

Shades of Tangaroa #142C39

Tints of Tangaroa #142C39

Color information

#142C39 (or 0x142C39) is unknown color: approx Tangaroa. HEX triplet: 14, 2C and 39. RGB value is (20,44,57). Sum of RGB (Red+Green+Blue) = 20+44+57=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #142C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C39 is #EBD3C6. Grayscale: #262626. Windows color (decimal): -15455175 or 3746836. OLE color: 3746836.

HSL color Cylindrical-coordinate representation of color #142C39: hue angle of 201.08º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #142C39 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB204457-
CMYK0.650.2300.78
HSL201.08º48.05%15.1%-
HSV(B)201.08º64.91%22.35%-
XYZ1.932.254.2-
YUV38.31138.55114.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=16.53%
G=36.36%
B=47.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2044570.650.2300.78201.0848.0515.1
Hex142C39411704Ec930f
Octal2454711012701163116017
Binary1010010110011100110000011011101001110110010011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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