#132539

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

Shades of Tangaroa #132539

Tints of Tangaroa #132539

Color information

#132539 (or 0x132539) is unknown color: approx Tangaroa. HEX triplet: 13, 25 and 39. RGB value is (19,37,57). Sum of RGB (Red+Green+Blue) = 19+37+57=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #132539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132539 is #ECDAC6. Grayscale: #212121. Windows color (decimal): -15522503 or 3745043. OLE color: 3745043.

HSL color Cylindrical-coordinate representation of color #132539: hue angle of 211.58º 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 #132539 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB193757-
CMYK0.670.3500.78
HSL211.58º50%14.9%-
HSV(B)211.58º66.67%22.35%-
XYZ1.671.764.12-
YUV33.9141.04117.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=16.81%
G=32.74%
B=50.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1937570.670.3500.78211.585014.9
Hex132539432304Ed432f
Octal2345711034301163246217
Binary10011100101111001100001110001101001110110101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132539; }

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

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

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

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

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

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

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

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