#142736

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

Shades of Tangaroa #142736

Tints of Tangaroa #142736

Color information

#142736 (or 0x142736) is unknown color: approx Tangaroa. HEX triplet: 14, 27 and 36. RGB value is (20,39,54). Sum of RGB (Red+Green+Blue) = 20+39+54=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #142736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142736 is #EBD8C9. Grayscale: #222222. Windows color (decimal): -15456458 or 3548948. OLE color: 3548948.

HSL color Cylindrical-coordinate representation of color #142736: hue angle of 206.47º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142736 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB203954-
CMYK0.630.2800.79
HSL206.47º45.95%14.51%-
HSV(B)206.47º62.96%21.18%-
XYZ1.681.873.76-
YUV35.03138.71117.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=17.70%
G=34.51%
B=47.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2039540.630.2800.79206.4745.9514.51
Hex1427363F1C04Fce2ef
Octal244766773401173165617
Binary101001001111101101111111110001001111110011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142736; }

 p { color: rgb(20,39,54); }

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

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

 a { background-color: rgb(20,39,54); }

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

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

 span { border-color: rgb(20,39,54); }

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