#132F39

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

Shades of Tangaroa #132F39

Tints of Tangaroa #132F39

Color information

#132F39 (or 0x132F39) is unknown color: approx Tangaroa. HEX triplet: 13, 2F and 39. RGB value is (19,47,57). Sum of RGB (Red+Green+Blue) = 19+47+57=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #132F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F39 is #ECD0C6. Grayscale: #272727. Windows color (decimal): -15519943 or 3747603. OLE color: 3747603.

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

Color convert

RGB194757-
CMYK0.670.1800.78
HSL195.79º50%14.9%-
HSV(B)195.79º66.67%22.35%-
XYZ2.022.474.24-
YUV39.77137.72113.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=15.45%
G=38.21%
B=46.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1947570.670.1800.78195.795014.9
Hex132F39431204Ec432f
Octal2357711032201163046217
Binary1001110111111100110000111001001001110110001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132F39; }

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

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

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

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

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

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

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

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