#132436

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

Shades of Tangaroa #132436

Tints of Tangaroa #132436

Color information

#132436 (or 0x132436) is unknown color: approx Tangaroa. HEX triplet: 13, 24 and 36. RGB value is (19,36,54). Sum of RGB (Red+Green+Blue) = 19+36+54=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #132436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132436 is #ECDBC9. Grayscale: #202020. Windows color (decimal): -15522762 or 3548179. OLE color: 3548179.

HSL color Cylindrical-coordinate representation of color #132436: hue angle of 210.86º 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 #132436 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB193654-
CMYK0.650.3300.79
HSL210.86º47.95%14.31%-
HSV(B)210.86º64.81%21.18%-
XYZ1.571.673.73-
YUV32.97139.87118.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=17.43%
G=33.03%
B=49.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1936540.650.3300.79210.8647.9514.31
Hex132436412104Fd330e
Octal2344661014101173236016
Binary10011100100110110100000110000101001111110100111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132436; }

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

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

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

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

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

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

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

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