#132B39

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

Shades of Tangaroa #132B39

Tints of Tangaroa #132B39

Color information

#132B39 (or 0x132B39) is unknown color: approx Tangaroa. HEX triplet: 13, 2B and 39. RGB value is (19,43,57). Sum of RGB (Red+Green+Blue) = 19+43+57=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #132B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B39 is #ECD4C6. Grayscale: #252525. Windows color (decimal): -15520967 or 3746579. OLE color: 3746579.

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

Color convert

RGB194357-
CMYK0.670.2500.78
HSL202.11º50%14.9%-
HSV(B)202.11º66.67%22.35%-
XYZ1.872.164.19-
YUV37.42139.05114.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 57 (22.66% from 255) = 47.90%
R=15.97%
G=36.13%
B=47.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1943570.670.2500.78202.115014.9
Hex132B39431904Eca32f
Octal2353711033101163126217
Binary1001110101111100110000111100101001110110010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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