#132336

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

Shades of Tangaroa #132336

Tints of Tangaroa #132336

Color information

#132336 (or 0x132336) is unknown color: approx Tangaroa. HEX triplet: 13, 23 and 36. RGB value is (19,35,54). Sum of RGB (Red+Green+Blue) = 19+35+54=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #132336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132336 is #ECDCC9. Grayscale: #202020. Windows color (decimal): -15523018 or 3547923. OLE color: 3547923.

HSL color Cylindrical-coordinate representation of color #132336: hue angle of 212.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132336 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB193554-
CMYK0.650.3500.79
HSL212.57º47.95%14.31%-
HSV(B)212.57º64.81%21.18%-
XYZ1.541.613.72-
YUV32.38140.2118.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 54 (21.48% from 255) = 50%
R=17.59%
G=32.41%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1935540.650.3500.79212.5747.9514.31
Hex132336412304Fd530e
Octal2343661014301173256016
Binary10011100011110110100000110001101001111110101011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132336; }

 p { color: rgb(19,35,54); }

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

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

 a { background-color: rgb(19,35,54); }

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

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

 span { border-color: rgb(19,35,54); }

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