#132535

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

Shades of Tangaroa #132535

Tints of Tangaroa #132535

Color information

#132535 (or 0x132535) is unknown color: approx Tangaroa. HEX triplet: 13, 25 and 35. RGB value is (19,37,53). Sum of RGB (Red+Green+Blue) = 19+37+53=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #132535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132535 is #ECDACA. Grayscale: #212121. Windows color (decimal): -15522507 or 3482899. OLE color: 3482899.

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

Color convert

RGB193753-
CMYK0.640.3000.79
HSL208.24º47.22%14.12%-
HSV(B)208.24º64.15%20.78%-
XYZ1.571.723.62-
YUV33.44139.04117.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=17.43%
G=33.94%
B=48.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1937530.640.3000.79208.2447.2214.12
Hex132535401E04Fd02fe
Octal2345651003601173205716
Binary1001110010111010110000001111001001111110100001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132535; }

 p { color: rgb(19,37,53); }

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

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

 a { background-color: rgb(19,37,53); }

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

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

 span { border-color: rgb(19,37,53); }

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