#132639

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

Shades of Tangaroa #132639

Tints of Tangaroa #132639

Color information

#132639 (or 0x132639) is unknown color: approx Tangaroa. HEX triplet: 13, 26 and 39. RGB value is (19,38,57). Sum of RGB (Red+Green+Blue) = 19+38+57=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #132639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132639 is #ECD9C6. Grayscale: #222222. Windows color (decimal): -15522247 or 3745299. OLE color: 3745299.

HSL color Cylindrical-coordinate representation of color #132639: hue angle of 210º 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 #132639 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB193857-
CMYK0.670.3300.78
HSL210º50%14.9%-
HSV(B)210º66.67%22.35%-
XYZ1.71.824.13-
YUV34.48140.71116.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1938570.670.3300.782105014.9
Hex132639432104Ed232f
Octal2346711034101163226217
Binary10011100110111001100001110000101001110110100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132639; }

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

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

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

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

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

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

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

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