#132F3B

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

Shades of Tangaroa #132F3B

Tints of Tangaroa #132F3B

Color information

#132F3B (or 0x132F3B) is unknown color: approx Tangaroa. HEX triplet: 13, 2F and 3B. RGB value is (19,47,59). Sum of RGB (Red+Green+Blue) = 19+47+59=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 59 - color contains mainly: blue. Hex color #132F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F3B is #ECD0C4. Grayscale: #272727. Windows color (decimal): -15519941 or 3878675. OLE color: 3878675.

HSL color Cylindrical-coordinate representation of color #132F3B: hue angle of 198º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #132F3B is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB194759-
CMYK0.680.2000.77
HSL198º51.28%15.29%-
HSV(B)198º67.8%23.14%-
XYZ2.072.494.51-
YUV40138.72113.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 59 (23.44% from 255) = 47.2%
R=15.2%
G=37.6%
B=47.2%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1947590.680.2000.7719851.2815.29
Hex132F3B441404Dc633f
Octal2357731042401153066317
Binary1001110111111101110001001010001001101110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,47,59); }

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

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

 a { background-color: rgb(19,47,59); }

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

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

 span { border-color: rgb(19,47,59); }

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