#132D41

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

Shades of Tangaroa #132D41

Tints of Tangaroa #132D41

Color information

#132D41 (or 0x132D41) is unknown color: approx Tangaroa. HEX triplet: 13, 2D and 41. RGB value is (19,45,65). Sum of RGB (Red+Green+Blue) = 19+45+65=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #132D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D41 is #ECD2BE. Grayscale: #272727. Windows color (decimal): -15520447 or 4271379. OLE color: 4271379.

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

Color convert

RGB194565-
CMYK0.710.3100.75
HSL206.09º54.76%16.47%-
HSV(B)206.09º70.77%25.49%-
XYZ2.162.45.35-
YUV39.51142.39113.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 45 (17.97% from 255) = 34.88%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=14.73%
G=34.88%
B=50.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1945650.710.3100.75206.0954.7616.47
Hex132D41471F04Bce3710
Octal23551011073701133166720
Binary100111011011000001100011111111010010111100111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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