#132E41

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

Shades of Tangaroa #132E41

Tints of Tangaroa #132E41

Color information

#132E41 (or 0x132E41) is unknown color: approx Tangaroa. HEX triplet: 13, 2E and 41. RGB value is (19,46,65). Sum of RGB (Red+Green+Blue) = 19+46+65=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #132E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E41 is #ECD1BE. Grayscale: #272727. Windows color (decimal): -15520191 or 4271635. OLE color: 4271635.

HSL color Cylindrical-coordinate representation of color #132E41: hue angle of 204.78º 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 #132E41 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194665-
CMYK0.710.2900.75
HSL204.78º54.76%16.47%-
HSV(B)204.78º70.77%25.49%-
XYZ2.22.475.36-
YUV40.09142.05112.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 65 (25.78% from 255) = 50%
R=14.62%
G=35.38%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1946650.710.2900.75204.7854.7616.47
Hex132E41471D04Bcd3710
Octal23561011073501133156720
Binary100111011101000001100011111101010010111100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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