#132D47

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

Shades of Tangaroa #132D47

Tints of Tangaroa #132D47

Color information

#132D47 (or 0x132D47) is unknown color: approx Tangaroa. HEX triplet: 13, 2D and 47. RGB value is (19,45,71). Sum of RGB (Red+Green+Blue) = 19+45+71=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #132D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D47 is #ECD2B8. Grayscale: #282828. Windows color (decimal): -15520441 or 4664595. OLE color: 4664595.

HSL color Cylindrical-coordinate representation of color #132D47: hue angle of 210º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132D47 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB194571-
CMYK0.730.3700.72
HSL210º57.78%17.65%-
HSV(B)210º73.24%27.84%-
XYZ2.342.476.31-
YUV40.19145.39112.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 52.59%
R=14.07%
G=33.33%
B=52.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1945710.730.3700.7221057.7817.65
Hex132D474925048d23a12
Octal23551071114501103227222
Binary1001110110110001111001001100101010010001101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,45,71); }

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

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

 a { background-color: rgb(19,45,71); }

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

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

 span { border-color: rgb(19,45,71); }

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