#132C40

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

Shades of Tangaroa #132C40

Tints of Tangaroa #132C40

Color information

#132C40 (or 0x132C40) is unknown color: approx Tangaroa. HEX triplet: 13, 2C and 40. RGB value is (19,44,64). Sum of RGB (Red+Green+Blue) = 19+44+64=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #132C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C40 is #ECD3BF. Grayscale: #262626. Windows color (decimal): -15520704 or 4205587. OLE color: 4205587.

HSL color Cylindrical-coordinate representation of color #132C40: hue angle of 206.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #132C40 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194464-
CMYK0.700.3100.75
HSL206.67º54.22%16.27%-
HSV(B)206.67º70.31%25.1%-
XYZ2.092.315.19-
YUV38.8142.22113.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 44 (17.58% from 255) = 34.65%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=14.96%
G=34.65%
B=50.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1944640.700.3100.75206.6754.2216.27
Hex132C40461F04Bcf3610
Octal23541001063701133176620
Binary100111011001000000100011011111010010111100111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,44,64); }

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

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

 a { background-color: rgb(19,44,64); }

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

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

 span { border-color: rgb(19,44,64); }

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