#132D43

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

Shades of Tangaroa #132D43

Tints of Tangaroa #132D43

Color information

#132D43 (or 0x132D43) is unknown color: approx Tangaroa. HEX triplet: 13, 2D and 43. RGB value is (19,45,67). Sum of RGB (Red+Green+Blue) = 19+45+67=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #132D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D43 is #ECD2BC. Grayscale: #272727. Windows color (decimal): -15520445 or 4402451. OLE color: 4402451.

HSL color Cylindrical-coordinate representation of color #132D43: hue angle of 207.5º 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 #132D43 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB194567-
CMYK0.720.3300.74
HSL207.5º55.81%16.86%-
HSV(B)207.5º71.64%26.27%-
XYZ2.222.425.66-
YUV39.73143.39113.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 67 (26.56% from 255) = 51.15%
R=14.50%
G=34.35%
B=51.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1945670.720.3300.74207.555.8116.86
Hex132D43482104Ad03811
Octal23551031104101123207021
Binary1001110110110000111001000100001010010101101000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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