#142A38

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

Shades of Tangaroa #142A38

Tints of Tangaroa #142A38

Color information

#142A38 (or 0x142A38) is unknown color: approx Tangaroa. HEX triplet: 14, 2A and 38. RGB value is (20,42,56). Sum of RGB (Red+Green+Blue) = 20+42+56=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #142A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A38 is #EBD5C7. Grayscale: #242424. Windows color (decimal): -15455688 or 3680788. OLE color: 3680788.

HSL color Cylindrical-coordinate representation of color #142A38: hue angle of 203.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142A38 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB204256-
CMYK0.640.2500.78
HSL203.33º47.37%14.9%-
HSV(B)203.33º64.29%21.96%-
XYZ1.832.094.05-
YUV37.02138.71115.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=16.95%
G=35.59%
B=47.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2042560.640.2500.78203.3347.3714.9
Hex142A38401904Ecb2ff
Octal2452701003101163135717
Binary1010010101011100010000001100101001110110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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