#132739

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

Shades of Tangaroa #132739

Tints of Tangaroa #132739

Color information

#132739 (or 0x132739) is unknown color: approx Tangaroa. HEX triplet: 13, 27 and 39. RGB value is (19,39,57). Sum of RGB (Red+Green+Blue) = 19+39+57=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #132739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132739 is #ECD8C6. Grayscale: #222222. Windows color (decimal): -15521991 or 3745555. OLE color: 3745555.

HSL color Cylindrical-coordinate representation of color #132739: hue angle of 208.42º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132739 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB193957-
CMYK0.670.3200.78
HSL208.42º50%14.9%-
HSV(B)208.42º66.67%22.35%-
XYZ1.731.884.14-
YUV35.07140.37116.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=16.52%
G=33.91%
B=49.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1939570.670.3200.78208.425014.9
Hex132739432004Ed032f
Octal2347711034001163206217
Binary10011100111111001100001110000001001110110100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132739; }

 p { color: rgb(19,39,57); }

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

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

 a { background-color: rgb(19,39,57); }

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

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

 span { border-color: rgb(19,39,57); }

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