#142B3F

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

Shades of Tangaroa #142B3F

Tints of Tangaroa #142B3F

Color information

#142B3F (or 0x142B3F) is unknown color: approx Tangaroa. HEX triplet: 14, 2B and 3F. RGB value is (20,43,63). Sum of RGB (Red+Green+Blue) = 20+43+63=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #142B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B3F is #EBD4C0. Grayscale: #262626. Windows color (decimal): -15455425 or 4139796. OLE color: 4139796.

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

Color convert

RGB204363-
CMYK0.680.3200.75
HSL207.91º51.81%16.27%-
HSV(B)207.91º68.25%24.71%-
XYZ2.052.245.03-
YUV38.4141.88114.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 63 (25% from 255) = 50%
R=15.87%
G=34.13%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2043630.680.3200.75207.9151.8116.27
Hex142B3F442004Bd03410
Octal2453771044001133206420
Binary101001010111111111000100100000010010111101000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,43,63); }

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

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

 a { background-color: rgb(20,43,63); }

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

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

 span { border-color: rgb(20,43,63); }

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