#132839

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

Shades of Tangaroa #132839

Tints of Tangaroa #132839

Color information

#132839 (or 0x132839) is unknown color: approx Tangaroa. HEX triplet: 13, 28 and 39. RGB value is (19,40,57). Sum of RGB (Red+Green+Blue) = 19+40+57=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #132839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132839 is #ECD7C6. Grayscale: #232323. Windows color (decimal): -15521735 or 3745811. OLE color: 3745811.

HSL color Cylindrical-coordinate representation of color #132839: hue angle of 206.84º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132839 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB194057-
CMYK0.670.3000.78
HSL206.84º50%14.9%-
HSV(B)206.84º66.67%22.35%-
XYZ1.771.954.15-
YUV35.66140.04116.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 57 (22.66% from 255) = 49.14%
R=16.38%
G=34.48%
B=49.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1940570.670.3000.78206.845014.9
Hex132839431E04Ecf32f
Octal2350711033601163176217
Binary1001110100011100110000111111001001110110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132839; }

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

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

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

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

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

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

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

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