#132A3F

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

Shades of Tangaroa #132A3F

Tints of Tangaroa #132A3F

Color information

#132A3F (or 0x132A3F) is unknown color: approx Tangaroa. HEX triplet: 13, 2A and 3F. RGB value is (19,42,63). Sum of RGB (Red+Green+Blue) = 19+42+63=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #132A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A3F is #ECD5C0. Grayscale: #252525. Windows color (decimal): -15521217 or 4139539. OLE color: 4139539.

HSL color Cylindrical-coordinate representation of color #132A3F: hue angle of 208.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #132A3F is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194263-
CMYK0.700.3300.75
HSL208.64º53.66%16.08%-
HSV(B)208.64º69.84%24.71%-
XYZ1.992.155.01-
YUV37.52142.38114.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 63 (25% from 255) = 50.81%
R=15.32%
G=33.87%
B=50.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1942630.700.3300.75208.6453.6616.08
Hex132A3F462104Bd13610
Octal2352771064101133216620
Binary100111010101111111000110100001010010111101000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,63); }

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

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

 a { background-color: rgb(19,42,63); }

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

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

 span { border-color: rgb(19,42,63); }

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