#142A3B

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

Shades of Tangaroa #142A3B

Tints of Tangaroa #142A3B

Color information

#142A3B (or 0x142A3B) is unknown color: approx Tangaroa. HEX triplet: 14, 2A and 3B. RGB value is (20,42,59). Sum of RGB (Red+Green+Blue) = 20+42+59=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #142A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A3B is #EBD5C4. Grayscale: #252525. Windows color (decimal): -15455685 or 3877396. OLE color: 3877396.

HSL color Cylindrical-coordinate representation of color #142A3B: hue angle of 206.15º 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 #142A3B is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB204259-
CMYK0.660.2900.77
HSL206.15º49.37%15.49%-
HSV(B)206.15º66.1%23.14%-
XYZ1.912.124.45-
YUV37.36140.21115.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 59 (23.44% from 255) = 48.76%
R=16.53%
G=34.71%
B=48.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2042590.660.2900.77206.1549.3715.49
Hex142A3B421D04Dce31f
Octal2452731023501153166117
Binary1010010101011101110000101110101001101110011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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