#132A43

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

Shades of Tangaroa #132A43

Tints of Tangaroa #132A43

Color information

#132A43 (or 0x132A43) is unknown color: approx Tangaroa. HEX triplet: 13, 2A and 43. RGB value is (19,42,67). Sum of RGB (Red+Green+Blue) = 19+42+67=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #132A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A43 is #ECD5BC. Grayscale: #252525. Windows color (decimal): -15521213 or 4401683. OLE color: 4401683.

HSL color Cylindrical-coordinate representation of color #132A43: hue angle of 211.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132A43 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB194267-
CMYK0.720.3700.74
HSL211.25º55.81%16.86%-
HSV(B)211.25º71.64%26.27%-
XYZ2.112.25.62-
YUV37.97144.38114.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 67 (26.56% from 255) = 52.34%
R=14.84%
G=32.81%
B=52.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1942670.720.3700.74211.2555.8116.86
Hex132A43482504Ad33811
Octal23521031104501123237021
Binary1001110101010000111001000100101010010101101001111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,67); }

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

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

 a { background-color: rgb(19,42,67); }

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

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

 span { border-color: rgb(19,42,67); }

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