#132334

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

Shades of Tangaroa #132334

Tints of Tangaroa #132334

Color information

#132334 (or 0x132334) is unknown color: approx Tangaroa. HEX triplet: 13, 23 and 34. RGB value is (19,35,52). Sum of RGB (Red+Green+Blue) = 19+35+52=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #132334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132334 is #ECDCCB. Grayscale: #202020. Windows color (decimal): -15523020 or 3416851. OLE color: 3416851.

HSL color Cylindrical-coordinate representation of color #132334: hue angle of 210.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132334 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB193552-
CMYK0.630.3300.80
HSL210.91º46.48%13.92%-
HSV(B)210.91º63.46%20.39%-
XYZ1.491.593.48-
YUV32.15139.2118.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=17.92%
G=33.02%
B=49.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1935520.630.3300.80210.9146.4813.92
Hex1323343F21050d32ee
Octal234364774101203235616
Binary1001110001111010011111110000101010000110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132334; }

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

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

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

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

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

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

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

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