#142B41

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

Shades of Tangaroa #142B41

Tints of Tangaroa #142B41

Color information

#142B41 (or 0x142B41) is unknown color: approx Tangaroa. HEX triplet: 14, 2B and 41. RGB value is (20,43,65). Sum of RGB (Red+Green+Blue) = 20+43+65=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #142B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B41 is #EBD4BE. Grayscale: #262626. Windows color (decimal): -15455423 or 4270868. OLE color: 4270868.

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

Color convert

RGB204365-
CMYK0.690.3400.75
HSL209.33º52.94%16.67%-
HSV(B)209.33º69.23%25.49%-
XYZ2.112.265.33-
YUV38.63142.88114.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 65 (25.78% from 255) = 50.78%
R=15.62%
G=33.59%
B=50.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2043650.690.3400.75209.3352.9416.67
Hex142B41452204Bd13511
Octal24531011054201133216521
Binary1010010101110000011000101100010010010111101000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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