#142E3B

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

Shades of Tangaroa #142E3B

Tints of Tangaroa #142E3B

Color information

#142E3B (or 0x142E3B) is unknown color: approx Tangaroa. HEX triplet: 14, 2E and 3B. RGB value is (20,46,59). Sum of RGB (Red+Green+Blue) = 20+46+59=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 59 - color contains mainly: blue. Hex color #142E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E3B is #EBD1C4. Grayscale: #272727. Windows color (decimal): -15454661 or 3878420. OLE color: 3878420.

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

Color convert

RGB204659-
CMYK0.660.2200.77
HSL200º49.37%15.49%-
HSV(B)200º66.1%23.14%-
XYZ2.052.424.5-
YUV39.71138.89113.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 59 (23.44% from 255) = 47.2%
R=16%
G=36.8%
B=47.2%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2046590.660.2200.7720049.3715.49
Hex142E3B421604Dc831f
Octal2456731022601153106117
Binary1010010111011101110000101011001001101110010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,46,59); }

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

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

 a { background-color: rgb(20,46,59); }

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

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

 span { border-color: rgb(20,46,59); }

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