#132840

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

Shades of Tangaroa #132840

Tints of Tangaroa #132840

Color information

#132840 (or 0x132840) is unknown color: approx Tangaroa. HEX triplet: 13, 28 and 40. RGB value is (19,40,64). Sum of RGB (Red+Green+Blue) = 19+40+64=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #132840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132840 is #ECD7BF. Grayscale: #242424. Windows color (decimal): -15521728 or 4204563. OLE color: 4204563.

HSL color Cylindrical-coordinate representation of color #132840: hue angle of 212º 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 #132840 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194064-
CMYK0.700.3800.75
HSL212º54.22%16.27%-
HSV(B)212º70.31%25.1%-
XYZ1.952.035.14-
YUV36.46143.54115.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=15.45%
G=32.52%
B=52.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1940640.700.3800.7521254.2216.27
Hex132840462604Bd43610
Octal23501001064601133246620
Binary1001110100010000001000110100110010010111101010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132840; }

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

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

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

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

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

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

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

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