#132235

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

Shades of Tangaroa #132235

Tints of Tangaroa #132235

Color information

#132235 (or 0x132235) is unknown color: approx Tangaroa. HEX triplet: 13, 22 and 35. RGB value is (19,34,53). Sum of RGB (Red+Green+Blue) = 19+34+53=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #132235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132235 is #ECDDCA. Grayscale: #1F1F1F. Windows color (decimal): -15523275 or 3482131. OLE color: 3482131.

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

Color convert

RGB193453-
CMYK0.640.3600.79
HSL213.53º47.22%14.12%-
HSV(B)213.53º64.15%20.78%-
XYZ1.481.543.59-
YUV31.68140.03118.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 53 (21.09% from 255) = 50%
R=17.92%
G=32.08%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1934530.640.3600.79213.5347.2214.12
Hex132235402404Fd62fe
Octal2342651004401173265716
Binary10011100010110101100000010010001001111110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132235; }

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

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

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

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

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

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

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

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