#132A41

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

Shades of Tangaroa #132A41

Tints of Tangaroa #132A41

Color information

#132A41 (or 0x132A41) is unknown color: approx Tangaroa. HEX triplet: 13, 2A and 41. RGB value is (19,42,65). Sum of RGB (Red+Green+Blue) = 19+42+65=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #132A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A41 is #ECD5BE. Grayscale: #252525. Windows color (decimal): -15521215 or 4270611. OLE color: 4270611.

HSL color Cylindrical-coordinate representation of color #132A41: hue angle of 210º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132A41 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194265-
CMYK0.710.3500.75
HSL210º54.76%16.47%-
HSV(B)210º70.77%25.49%-
XYZ2.052.185.31-
YUV37.75143.38114.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=15.08%
G=33.33%
B=51.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1942650.710.3500.7521054.7616.47
Hex132A41472304Bd23710
Octal23521011074301133226720
Binary1001110101010000011000111100011010010111101001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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