#132E3F

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

Shades of Tangaroa #132E3F

Tints of Tangaroa #132E3F

Color information

#132E3F (or 0x132E3F) is unknown color: approx Tangaroa. HEX triplet: 13, 2E and 3F. RGB value is (19,46,63). Sum of RGB (Red+Green+Blue) = 19+46+63=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #132E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E3F is #ECD1C0. Grayscale: #272727. Windows color (decimal): -15520193 or 4140563. OLE color: 4140563.

HSL color Cylindrical-coordinate representation of color #132E3F: hue angle of 203.18º 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 #132E3F is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194663-
CMYK0.700.2700.75
HSL203.18º53.66%16.08%-
HSV(B)203.18º69.84%24.71%-
XYZ2.142.455.06-
YUV39.86141.05113.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 63 (25% from 255) = 49.22%
R=14.84%
G=35.94%
B=49.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1946630.700.2700.75203.1853.6616.08
Hex132E3F461B04Bcb3610
Octal2356771063301133136620
Binary10011101110111111100011011011010010111100101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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