#132943

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

Shades of Tangaroa #132943

Tints of Tangaroa #132943

Color information

#132943 (or 0x132943) is unknown color: approx Tangaroa. HEX triplet: 13, 29 and 43. RGB value is (19,41,67). Sum of RGB (Red+Green+Blue) = 19+41+67=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #132943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132943 is #ECD6BC. Grayscale: #252525. Windows color (decimal): -15521469 or 4401427. OLE color: 4401427.

HSL color Cylindrical-coordinate representation of color #132943: hue angle of 212.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132943 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB194167-
CMYK0.720.3900.74
HSL212.5º55.81%16.86%-
HSV(B)212.5º71.64%26.27%-
XYZ2.072.135.61-
YUV37.39144.71114.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 67 (26.56% from 255) = 52.76%
R=14.96%
G=32.28%
B=52.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1941670.720.3900.74212.555.8116.86
Hex132943482704Ad43811
Octal23511031104701123247021
Binary1001110100110000111001000100111010010101101010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132943; }

 p { color: rgb(19,41,67); }

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

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

 a { background-color: rgb(19,41,67); }

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

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

 span { border-color: rgb(19,41,67); }

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