#142339

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

Shades of Tangaroa #142339

Tints of Tangaroa #142339

Color information

#142339 (or 0x142339) is unknown color: approx Tangaroa. HEX triplet: 14, 23 and 39. RGB value is (20,35,57). Sum of RGB (Red+Green+Blue) = 20+35+57=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #142339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142339 is #EBDCC6. Grayscale: #202020. Windows color (decimal): -15457479 or 3744532. OLE color: 3744532.

HSL color Cylindrical-coordinate representation of color #142339: hue angle of 215.68º 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 #142339 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB203557-
CMYK0.650.3900.78
HSL215.68º48.05%15.1%-
HSV(B)215.68º64.91%22.35%-
XYZ1.631.654.1-
YUV33.02141.53118.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 57 (22.66% from 255) = 50.89%
R=17.86%
G=31.25%
B=50.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2035570.650.3900.78215.6848.0515.1
Hex142339412704Ed830f
Octal2443711014701163306017
Binary10100100011111001100000110011101001110110110001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142339; }

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

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

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

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

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

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

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

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